CallClerk Dial
CallClerk Dial from Chrome
What is CallClerk Dial?
CallClerk Dial is a Chrome extension developed by https://www.callclerk.com, and its main feature is "CallClerk Dial from Chrome".
Extension Screenshots
Download CallClerk Dial Extension CRX File
Download CallClerk Dial 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
This extension enables you to highlight a phone number on a web page, right click it, and select 'CallClerk dial' to dial the phone number via CallClerk Caller ID Software for Windows and your land line phone.
Extension Basic Information
Name | CallClerk Dial |
ID | oglpkfhelaekphnneconjiofleeonfef |
Official URL | https://chromewebstore.google.com/detail/callclerk-dial/oglpkfhelaekphnneconjiofleeonfef |
Description | CallClerk Dial from Chrome |
File Size | 18.42 KB |
Installation Count | 41 |
Current Version | 1.1 |
Last Updated | 2020-12-03 |
Publish Date | 2012-07-02 |
Developer | https://www.callclerk.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.callclerk.com/ |
Help Page URL | https://callclerk.com/phone/mainquestions.html |
Privacy Policy Page URL | http://callclerk.com/phone/mainprivacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "CallClerk Dial", "version": "1.1", "manifest_version": 2, "description": "CallClerk Dial from Chrome", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "callclerk.js" ] }, "homepage_url": "http:\/\/www.callclerk.com", "minimum_chrome_version": "20.0", "permissions": [ "contextMenus" ] } |