Tutoriex Extension
This extension will save you from boring stuffs
Tutoriex Extensionคืออะไร?
Tutoriex Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TUTORIEX และคุณลักษณะหลักของมันคือ "This extension will save you from boring stuffs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tutoriex Extension
ดาวน์โหลดไฟล์ส่วนขยาย Tutoriex Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tutoriex Automation is a powerful Chrome extension designed to help users automate repetitive tasks on specific websites. Rest assured, Tutoriex Automation prioritizes your privacy and security. We only access and modify web content on websites explicitly listed in our extension's manifest. We follow Chrome Web Store guidelines for responsible use, providing a seamless and secure browsing experience. Simplify your online tasks and save time with Tutoriex Automation. *It currently works for only one specific test in the test platform
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tutoriex Extension |
ID | nfifhbcdofnhofdijpeelfcociajhajm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tutoriex-extension/nfifhbcdofnhofdijpeelfcociajhajm |
คำอธิบาย | This extension will save you from boring stuffs |
ขนาดไฟล์ | 182 KB |
จำนวนการติดตั้ง | 1,048 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2023-11-08 |
วันที่เผยแพร่ | 2023-09-10 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | TUTORIEX |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://s.tutoriex.com/tef |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tutoriex Extension", "description": "This extension will save you from boring stuffs", "version": "0.0.4", "devtools_page": "devtool.html", "action": { "default_popup": "popup.html", "default_icon": "icon.png", "default_title": "MyPerfectice Automation" }, "content_scripts": [ { "matches": [ "https:\/\/lpu.myperfectice.com\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "background": { "service_worker": "background.js" } } |