ManyDial Click-to-Call の個人情報保護方針
ManyDial Click-to-Call 作成者: ManyDial
ManyDial Click-to-Call does not collect, transmit, store, sell, or share any
personal data with ManyDial or any third party.
WHAT THE EXTENSION DOES LOCALLY
• Scans visible text on webpages (regex pattern matching) to identify phone
number candidates. This scanning runs entirely in the user's browser; the
page content is never sent anywhere.
• Stores the user's own preferences (app URL, default country, feature
toggles) using the WebExtensions storage.sync API. This data lives in the
user's Firefox profile (or, if Sync is enabled, in the user's own Mozilla
account) and is not accessible to ManyDial.
DATA TRANSMITTED
The only thing that ever "leaves" the page is the phone number the user
explicitly chooses to dial, and even that is not sent over the network by
the extension — it is handed to the user's already-open ManyDial Call Center
tab (https://app.manydial.com) via an in-browser BroadcastChannel, where the
user's existing SIP session places the call.
NO ANALYTICS / NO TRACKING / NO REMOTE CODE
The extension bundles zero third-party scripts, no analytics SDK, no
telemetry, and never loads remote JavaScript. All logic ships inside the
signed package.
PERMISSIONS
• <all_urls> content script — required to detect phone numbers on the
arbitrary websites the user visits (CRMs, webmail, spreadsheets, etc.).
• host_permissions: https://app.manydial.com/* — required to focus and
inject a short BroadcastChannel relay into the user's own Call Center tab.
• storage, contextMenus, tabs, scripting, notifications — used as
described in the permission justifications.
Full extension privacy policy: https://manydial.com/extension-privacy
Contact: hellotask02@gmail.com