Rods&Cones
Rods&Cones for Remote Expert
Rods&Conesคืออะไร?
Rods&Cones เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rods&Cones และคุณลักษณะหลักของมันคือ "Rods&Cones for Remote Expert"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rods&Cones
ดาวน์โหลดไฟล์ส่วนขยาย Rods&Cones ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Rods&Cones browser extension is an indispensable tool for the Rods&Cones remote expert. Install the extension for 1) NOTIFICATION OF INCOMING CALL When the browser extension is installed, remote experts will receive notifications of incoming calls without being logged in to the Rods&Cones browser window. 2) RECORDING OF SESSION During a session, press the record button to record the session to the hard drive of the remote expert: more information on this link: https://rods-cones.atlassian.net/servicedesk/customer/portal/1/article/91095339 Note: recording is only available when enabled by your community manager
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jkaeafokijggfobfhnlbklencmbecjhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rodscones/jkaeafokijggfobfhnlbklencmbecjhp |
คำอธิบาย | Rods&Cones for Remote Expert |
ขนาดไฟล์ | 587 KB |
จำนวนการติดตั้ง | 1,080 |
เวอร์ชันปัจจุบัน | 3.0.2 |
อัปเดตครั้งล่าสุด | 2023-11-09 |
วันที่เผยแพร่ | 2020-12-29 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Rods&Cones |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.rods-cones.com |
URL หน้าช่วยเหลือ | https://www.rods-cones.com/manual |
URL หน้านโยบายความเป็นส่วนตัว | https://www.rods-cones.com/re_terms |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rods&Cones", "version": "3.0.2", "description": "Rods&Cones for Remote Expert", "manifest_version": 2, "permissions": [ "storage", "tabCapture", "tabs", "https:\/\/api.rods-cones.com\/" ], "background": { "scripts": [ "environment.js", "logging-levels.js", "logging-core.js", "ffmpeg.min.js", "signalr.min.js", "jwt-decode.js", "common.js", "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'wasm-eval' https:\/\/unpkg.com https:\/\/expert.rods-cones.com https:\/\/js.monitor.azure.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/expert.rods-cones.com\/session\/home", "https:\/\/expert.rods-cones.com\/session\/qrcode\/*" ], "run_at": "document_start", "js": [ "credentials-injector.js" ] }, { "matches": [ "https:\/\/expert.rods-cones.com\/*" ], "run_at": "document_idle", "js": [ "tab-warning.js" ] } ], "web_accessible_resources": [ "authcallback.html" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/rodscones_icon16.png", "32": "images\/rodscones_icon32.png", "48": "images\/rodscones_icon48.png", "128": "images\/rodscones_icon128.png" } }, "icons": { "16": "images\/rodscones_icon16.png", "32": "images\/rodscones_icon32.png", "48": "images\/rodscones_icon48.png", "128": "images\/rodscones_icon128.png" }, "options_page": "options.html" } |