Xelion Click to Call door Samson-IT
Rechtstreeks vanuit Chrome bellen via je Xelion telefooncentrale
What is Xelion Click to Call door Samson-IT?
Xelion Click to Call door Samson-IT is a Chrome extension developed by Samson IT BV, and its main feature is "Rechtstreeks vanuit Chrome bellen via je Xelion telefooncentrale".
Extension Screenshots
Download Xelion Click to Call door Samson-IT Extension CRX File
Download Xelion Click to Call door Samson-IT 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
Een Chrome plugin die integreert met je Xelion belsysteem en alle telefoonnummers die normaal niet clickable zijn aanklikbaar maakt. Ook kun je vanuit de blauwe Xelion knop rechtsbovenin je browser gemakkelijk alle telefoonnummers op de pagina vinden of de pagina toevoegen aan de blokkade lijst. Changelog: - 09-08-2018: Kleine fixes: Dynamische content wordt beter afgehandeld, minder false-positives. - 25-08-2017: Kleine fix, noscript tag uitgesloten.
Extension Basic Information
Name | Xelion Click to Call door Samson-IT |
ID | jmgknljeppbpleahdilegjfldckchfoi |
Official URL | https://chromewebstore.google.com/detail/xelion-click-to-call-door/jmgknljeppbpleahdilegjfldckchfoi |
Description | Rechtstreeks vanuit Chrome bellen via je Xelion telefooncentrale |
File Size | 162 KB |
Installation Count | 437 |
Current Version | 1.0.0 |
Last Updated | 2018-08-09 |
Publish Date | 2018-08-09 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Samson IT BV |
[email protected] | |
Payment Type | free |
Extension Website | http://www.samson-it.nl |
Help Page URL | http://www.samson-it.nl |
Supported Languages | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "Xelion Click to Call door Samson-IT", "short_name": "Xelion Click to Call", "description": "Rechtstreeks vanuit Chrome bellen via je Xelion telefooncentrale", "author": "Samson-IT", "icons": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "activeTab", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "xelion.js" ], "all_frames": true, "run_at": "document_idle" } ], "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html", "default_title": "Xelion Click to Call door Samson-IT" } } |