EyeContact demo extension
EyeContact
EyeContact demo extensionคืออะไร?
EyeContact demo extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EyeContact และคุณลักษณะหลักของมันคือ "EyeContact"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EyeContact demo extension
ดาวน์โหลดไฟล์ส่วนขยาย EyeContact demo extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
** 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" } |