CyberAIO Extension
CyberAIO companion extension
CyberAIO Extensionคืออะไร?
CyberAIO Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cybersole.io และคุณลักษณะหลักของมันคือ "CyberAIO companion extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CyberAIO Extension
ดาวน์โหลดไฟล์ส่วนขยาย CyberAIO Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily create and start a task straight from your browser and view its live status. This is an extension for CyberAIO, you must have purchased and installed CyberAIO beforehand to use this extension. Requirements: You must be logged in before using the extension at https://cybersole.io/dashboard
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | joihgbohedgjpcmdafkebmimldcfcmfb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cyberaio-extension/joihgbohedgjpcmdafkebmimldcfcmfb |
คำอธิบาย | CyberAIO companion extension |
ขนาดไฟล์ | 59.91 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2019-07-24 |
วันที่เผยแพร่ | 2019-07-24 |
คะแนน | 4.56/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | https://cybersole.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://cybersole.io |
URL หน้าช่วยเหลือ | https://support.cybersole.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CyberAIO Extension", "version": "2.0.2", "manifest_version": 2, "description": "CyberAIO companion extension", "permissions": [ "activeTab", "tabs" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/inject.js" ] } ] } |