astTECS Click To Call
astTECS Click To Call From Chrome
What is astTECS Click To Call?
astTECS Click To Call is a Chrome extension developed by https://www.asttecs.com, and its main feature is "astTECS Click To Call From Chrome".
Extension Screenshots
Download astTECS Click To Call Extension CRX File
Download astTECS Click To Call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | astTECS Click To Call |
ID | dkipcpiidpgbeklchmpehaangefhiggl |
Official URL | https://chromewebstore.google.com/detail/asttecs-click-to-call/dkipcpiidpgbeklchmpehaangefhiggl |
Description | astTECS Click To Call From Chrome |
File Size | 28.51 KB |
Installation Count | 51 |
Current Version | 1.1 |
Last Updated | 2021-01-23 |
Publish Date | 2021-01-05 |
Developer | https://www.asttecs.com |
[email protected] | |
Payment Type | free |
Extension Website | https://chrome-mozilla-click2call.asttecs.com/ |
Supported Languages | 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 } |