มีผลบังคับใช้: 11 พฤษภาคม 2026 (Effective: 2026-05-11)
ผู้พัฒนา: SE-Billing · ติดต่อ: sesurvey.ai@gmail.com
SE-Billing เป็น Chrome Extension (Manifest V3) ที่ช่วยกรอกค่าบริการในระบบสำรวจประกันภัย
cloud.isurvey.mobi โดยอัตโนมัติตามจังหวัด/อำเภอ/ประเภทเคลม
และบันทึก log การกรอกฟอร์มไปยัง backend server ที่ผู้ใช้กำหนด (default:
billing.sesurvey.cloud)
ข้อมูล 2 รายการนี้เก็บ เฉพาะในเบราว์เซอร์ของผู้ใช้
ไม่ส่งให้บุคคลที่สามใดๆ และไม่ sync ขึ้นบัญชี Google
(ใช้ chrome.storage.local ไม่ใช่ sync)
เมื่อผู้ใช้กดปุ่ม "ยืนยันการตรวจสอบ" บนหน้าฟอร์ม cloud.isurvey.mobi
extension จะถ่าย snapshot ของข้อมูลในฟอร์มที่ผู้ใช้กรอก แล้ว POST ไปที่
/api/captures บน backend ที่ผู้ใช้กำหนด ข้อมูลใน snapshot ประกอบด้วย:
ข้อมูลทั้งหมดนี้คือข้อมูล ที่ผู้ใช้กรอกเองในฟอร์มของ iSurvey — extension เพียง "อ่านค่า" ที่ผู้ใช้กรอกแล้วส่งสำเนาไปเก็บที่ backend ของผู้ใช้เอง
cloud.isurvey.mobi
ทุก request ถูกส่งไปยัง เฉพาะ backend ที่ผู้ใช้กำหนดเองในหน้า Options
เท่านั้น (default: https://billing.sesurvey.cloud ซึ่งเป็น server ของผู้พัฒนา —
ผู้ใช้สามารถเปลี่ยนเป็น server ของตนเองได้)
ไม่มีการส่งข้อมูลไปยัง Google Analytics, advertising network, tracker หรือ third-party service ใดๆ
storage —
เก็บ Server URL + API Token ในเบราว์เซอร์ของผู้ใช้
เพื่อให้ extension จดจำการตั้งค่าได้
host_permissions: https://cloud.isurvey.mobi/* —
เพื่ออ่านค่าฟิลด์ในฟอร์ม iSurvey และกรอกค่าบริการอัตโนมัติ
(ไม่อ่านเว็บอื่น ไม่ inject script ในเว็บอื่น)
host_permissions: https://billing.sesurvey.cloud/* —
เพื่อ fetch config (เรทค่าบริการ) และ POST capture log จาก background service worker
ไปยัง backend ที่ผู้ใช้กำหนด (default URL — เปลี่ยนได้ในหน้า Options)
chrome.storage.local ของเครื่องผู้ใช้ — uninstall extension ทาง
chrome://extensions จะถูกลบโดยอัตโนมัติ
/admin/captures หรือผ่าน API
DELETE /api/captures/:id (รายการเดียว) / DELETE /api/captures (ทั้งหมด)
chrome.storage.local ซึ่งเข้าถึงได้เฉพาะ extension นี้ผู้ใช้สามารถ:
ใช้สิทธิ์ที่ sesurvey.ai@gmail.com
extension นี้ออกแบบเพื่อใช้งานเชิงพาณิชย์โดยพนักงานสำรวจประกันภัย — ไม่ได้มุ่งเป้าหรือเก็บข้อมูลจากผู้เยาว์อายุต่ำกว่า 13 ปี
หากนโยบายฉบับนี้เปลี่ยน วันที่ "มีผลบังคับใช้" ที่ส่วนบนจะถูกอัพเดท การใช้ extension ต่อหลังการเปลี่ยนแปลงถือว่ายอมรับนโยบายฉบับใหม่
คำถาม/ข้อเสนอแนะ: sesurvey.ai@gmail.com
Effective date: May 11, 2026
Developer: SE-Billing · Contact:
sesurvey.ai@gmail.com
SE-Billing is a Chrome Extension (Manifest V3) that auto-fills service fees on the
insurance-survey website cloud.isurvey.mobi based on province, district,
and claim type, and logs submitted forms to a backend server configured by the user
(default: billing.sesurvey.cloud).
These two values are stored only in the user's browser.
They are never transmitted to any third party and are not synced to the user's
Google account (we use chrome.storage.local, not sync).
When the user clicks the "ยืนยันการตรวจสอบ" (Confirm) button on
cloud.isurvey.mobi, the extension takes a snapshot of the form values
the user has entered and POSTs it to /api/captures on the user-configured backend.
The snapshot contains:
All of these values are data the user themselves entered into the iSurvey form. The extension only reads them and forwards a copy to the user's own backend for record-keeping.
cloud.isurvey.mobi
All requests are sent only to the backend the user has configured
in the Options page (default: https://billing.sesurvey.cloud,
the developer's server — users may replace it with their own self-hosted server at any time).
No data is sent to Google Analytics, advertising networks, trackers, or any third-party service.
storage —
to persist Server URL and API Token in the user's browser so the extension remembers settings.
host_permissions: https://cloud.isurvey.mobi/* —
to read form field values and auto-fill fees on the iSurvey site.
The extension does not read or inject scripts on any other website.
host_permissions: https://billing.sesurvey.cloud/* —
to fetch fee configuration and POST capture logs from the background service worker
to the user-configured backend (default URL — configurable in the Options page).
chrome.storage.local. Uninstalling the extension via
chrome://extensions removes them automatically.
/admin/captures page or the API
(DELETE /api/captures/:id for one record,
DELETE /api/captures for all).
chrome.storage.local, accessible only to this extensionUsers may:
Exercise these rights by emailing sesurvey.ai@gmail.com.
This extension is designed for commercial use by professional insurance surveyors — it is not directed at, and does not knowingly collect data from, children under 13.
If this policy changes, the "Effective date" at the top of this page will be updated. Continued use of the extension after a change constitutes acceptance of the revised policy.
Questions or feedback: sesurvey.ai@gmail.com