Sudonum Chrome Extension
Click to call in the browser.
Qu'est-ce que Sudonum Chrome Extension ?
Sudonum Chrome Extension est une extension Chrome développée par sudonum-chrome-extension, et sa fonction principale est "Click to call in the browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sudonum Chrome Extension
Téléchargez les fichiers d'extension Sudonum Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Start a phone call from your browser and answer it on your mobile phone. No extra software required. Requirements: You'll need a Sudonum API Token. Feel free to contact [email protected] to open an account. Install: Click here and select "Add to Chrome". Usage: 1. Highlight the phone number you would like to call 2. Right-click the phone number 3. Select the "Call Now!" option 4. In a few seconds your mobile phone will start ringing 5. Answer the call and wait to be connected the phone number you highlighted
Informations de Base sur l'Extension
Nom | Sudonum Chrome Extension |
ID | aagoeolhfjpmdaghkphdmndiggbfmeba |
URL Officiel | https://chromewebstore.google.com/detail/sudonum-chrome-extension/aagoeolhfjpmdaghkphdmndiggbfmeba |
Description | Click to call in the browser. |
Taille du Fichier | 414 KB |
Nombre d'Installations | 134 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2023-05-02 |
Date de Publication | 2021-09-14 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | sudonum-chrome-extension |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://sudonum.com |
URL de la Page de Politique de Confidentialité | https://www.sudonum.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sudonum Chrome Extension", "version": "1.0.6", "description": "Click to call in the browser.", "manifest_version": 3, "permissions": [ "storage", "contextMenus", "tabs", "activeTab", "notifications" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "48": "imgs\/icon_chrome_ext.png" } } |