EyeContact demo extension
EyeContact
Qu'est-ce que EyeContact demo extension ?
EyeContact demo extension est une extension Chrome développée par EyeContact, et sa fonction principale est "EyeContact".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EyeContact demo extension
Téléchargez les fichiers d'extension EyeContact demo extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
** This extension requires an EyeContact customerID from https://eyecontact.im/ ! ** This utility allows you to instantly add EyeContact to any webpage. You can then use it with your EyeContact account to test/demo a fully functional EyeContact system without any development. The process is simple: 1. Create an EyeContact account on https://eyecontact.im/ 2. Configure your account. 3. Install the extension, then click the icon and enter your EyeContact CustomerID. 4. Go to your webpage and you will see EyeContact (if an operator is available, of course) Once you are happy with the experience, you can simply add the EyeContact code to your site, and user experience will be identical to what you saw when using the extension. ** This extension requires an EyeContact customerID to operate! **
Informations de Base sur l'Extension
Nom | EyeContact demo extension |
ID | kofakgibcdhniefjoapcgamdhjjaaidf |
URL Officiel | https://chromewebstore.google.com/detail/eyecontact-demo-extension/kofakgibcdhniefjoapcgamdhjjaaidf |
Description | EyeContact |
Taille du Fichier | 99.55 KB |
Nombre d'Installations | 495 |
Version Actuelle | 0.1.0.0 |
Dernière Mise à Jour | 2021-01-12 |
Date de Publication | 2021-01-11 |
Développeur | EyeContact |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://eyecontact.im/ |
URL de la Page d'Aide | https://eyecontact.im/faq |
Langues Prises en Charge | en |
manifest.json | |
{ "name": "EyeContact demo extension", "version": "0.1.0.0", "manifest_version": 2, "description": "__MSG_ext_description__", "default_locale": "en", "background": { "page": "html\/background.html" }, "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_title": "__MSG_popup_description__", "default_popup": "html\/popup.html" }, "content_scripts": [ { "js": [ "js\/content\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |