Sudonum Chrome Extension
Click to call in the browser.
Wat is Sudonum Chrome Extension?
Sudonum Chrome Extension is een Chrome-extensie ontwikkeld door sudonum-chrome-extension, en de belangrijkste functie is "Click to call in the browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sudonum Chrome Extension
Download Sudonum Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | aagoeolhfjpmdaghkphdmndiggbfmeba |
| Officiële URL | https://chromewebstore.google.com/detail/sudonum-chrome-extension/aagoeolhfjpmdaghkphdmndiggbfmeba |
| Beschrijving | Click to call in the browser. |
| Bestandsgrootte | 414 KB |
| Aantal Installaties | 134 |
| Huidige Versie | 1.0.6 |
| Laatst Bijgewerkt | 2023-05-02 |
| Publicatiedatum | 2021-09-14 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | sudonum-chrome-extension |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://sudonum.com |
| URL van de Privacybeleid Pagina | https://www.sudonum.com/privacy-policy |
| Ondersteunde Talen | 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"
}
} | |