Cricket Click Cloud Dialer
Cricket Cloud Click Dialer Chrome Extension
Wat is Cricket Click Cloud Dialer?
Cricket Click Cloud Dialer is een Chrome-extensie ontwikkeld door EVS7, en de belangrijkste functie is "Cricket Cloud Click Dialer Chrome Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Cricket Click Cloud Dialer
Download Cricket Click Cloud Dialer-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
Automatically Identifies phone numbers and makes them clickable to be dialed via Cricket Cloud One click Dialer
Basisinformatie over de Extensie
Naam | Cricket Click Cloud Dialer |
ID | hnmbbmblmegkginenkmpabbjanfcbmkn |
Officiële URL | https://chromewebstore.google.com/detail/cricket-click-cloud-diale/hnmbbmblmegkginenkmpabbjanfcbmkn |
Beschrijving | Cricket Cloud Click Dialer Chrome Extension |
Bestandsgrootte | 161 KB |
Aantal Installaties | 62 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-08-27 |
Publicatiedatum | 2023-08-27 |
Ontwikkelaar | EVS7 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.evs7.com/click-to-call-cricket-click-dialer |
Help Pagina-URL | https://support.evs7.com/ |
URL van de Privacybeleid Pagina | https://www.evs7.com/privacy-policy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cricket Click Cloud Dialer", "description": "Cricket Cloud Click Dialer Chrome Extension", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" }, "action": { "default_title": "Cricket Click Cloud Dialer", "default_icon": "logo192.png" }, "permissions": [ "storage", "contextMenus", "activeTab", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/doltest.asitss.com\/*", "http:\/\/doltest.asitss.com\/*", "https:\/\/cricket-phone.evs7.com\/*", "https:\/\/cricket-phone.evs7.com\/", "http:\/\/cricket-phone.evs7.com\/*", "http:\/\/cricket-phone.evs7.com\/" ], "js": [ "contentScriptClick.js" ] }, { "matches": [ "https:\/\/cricket-phone.evs7.com\/*", "https:\/\/cricket-phone.evs7.com\/", "http:\/\/cricket-phone.evs7.com\/*", "http:\/\/cricket-phone.evs7.com\/" ], "js": [ "contentScriptDial.js" ] } ], "options_page": "options.html", "background": { "service_worker": "background.js" } } |