Custom Chrome Extension Tools - Chromane
Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.
Custom Chrome Extension Tools - Chromaneคืออะไร?
Custom Chrome Extension Tools - Chromane เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chromane.com และคุณลักษณะหลักของมันคือ "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom Chrome Extension Tools - Chromane
ดาวน์โหลดไฟล์ส่วนขยาย Custom Chrome Extension Tools - Chromane ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chromane is a chrome extension which serves as a container for simple easy-to-use tools that can save you time and money by automating repetitive tasks and improving websites you often use.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Custom Chrome Extension Tools - Chromane |
ID | niicafcjnknfegkpnfjchecodeodemfc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc |
คำอธิบาย | Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools. |
ขนาดไฟล์ | 231 KB |
จำนวนการติดตั้ง | 59 |
เวอร์ชันปัจจุบัน | 1.0.1.2 |
อัปเดตครั้งล่าสุด | 2024-03-01 |
วันที่เผยแพร่ | 2023-08-16 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://chromane.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://chromane.com |
URL หน้านโยบายความเป็นส่วนตัว | https://chromane.com/chromane-privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "102", "name": "Custom Chrome Extension Tools - Chromane", "description": "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.", "icons": { "128": "\/img\/logo-128.png" }, "action": { "default_icon": "\/img\/logo-128.png" }, "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "activeTab", "storage", "scripting", "contextMenus" ], "optional_host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "extension_ids": [] } ], "version": "1.0.1.2" } |