EyeContact demo extension
EyeContact
EyeContact demo extension क्या है?
EyeContact demo extension EyeContact द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "EyeContact"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EyeContact demo extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
** 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! **
एक्सटेंशन की मूल जानकारी
नाम | EyeContact demo extension |
ID | kofakgibcdhniefjoapcgamdhjjaaidf |
आधिकारिक URL | https://chromewebstore.google.com/detail/eyecontact-demo-extension/kofakgibcdhniefjoapcgamdhjjaaidf |
विवरण | EyeContact |
फ़ाइल का आकार | 99.55 KB |
स्थापना संख्या | 495 |
वर्तमान संस्करण | 0.1.0.0 |
अंतिम अपडेट | 2021-01-12 |
प्रकाशन तिथि | 2021-01-11 |
डेवलपर | EyeContact |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://eyecontact.im/ |
सहायता पृष्ठ URL | https://eyecontact.im/faq |
समर्थित भाषाएँ | 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" } |