astTECS Click To Call
astTECS Click To Call From Chrome
Wat is astTECS Click To Call?
astTECS Click To Call is een Chrome-extensie ontwikkeld door https://www.asttecs.com, en de belangrijkste functie is "astTECS Click To Call From Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie astTECS Click To Call
Download astTECS Click To Call-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
Call any number visible on the browser by a selecting the number. Works with asterisk PBX systems. for more information visit - https://chrome-mozilla-click2call.asttecs.com/
Basisinformatie over de Extensie
Naam | astTECS Click To Call |
ID | dkipcpiidpgbeklchmpehaangefhiggl |
Officiële URL | https://chromewebstore.google.com/detail/asttecs-click-to-call/dkipcpiidpgbeklchmpehaangefhiggl |
Beschrijving | astTECS Click To Call From Chrome |
Bestandsgrootte | 28.51 KB |
Aantal Installaties | 51 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-01-23 |
Publicatiedatum | 2021-01-05 |
Ontwikkelaar | https://www.asttecs.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://chrome-mozilla-click2call.asttecs.com/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "astTECS Click To Call", "version": "1.1", "description": "astTECS Click To Call From Chrome", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/asttecs.png", "32": "images\/asttecs.png", "48": "images\/asttecs.png", "128": "images\/asttecs.png" } }, "icons": { "16": "images\/asttecs.png", "32": "images\/asttecs.png", "48": "images\/asttecs.png", "128": "images\/asttecs.png" }, "background": { "scripts": [ "popup.js", "options.js" ] }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } }, "manifest_version": 2 } |