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 là gì?
Custom Chrome Extension Tools - Chromane là một tiện ích mở rộng Chrome được phát triển bởi https://chromane.com, và tính năng chính của nó là "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Custom Chrome Extension Tools - Chromane
Tải xuống các tệp mở rộng Custom Chrome Extension Tools - Chromane dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Custom Chrome Extension Tools - Chromane |
ID | niicafcjnknfegkpnfjchecodeodemfc |
URL Chính Thức | https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc |
Mô tả | Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools. |
Kích Thước Tệp | 231 KB |
Số Lần Cài Đặt | 59 |
Phiên Bản Hiện Tại | 1.0.1.2 |
Cập Nhật Lần Cuối | 2024-03-01 |
Ngày Phát Hành | 2023-08-16 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://chromane.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://chromane.com |
URL Trang Chính Sách Bảo Mật | https://chromane.com/chromane-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |