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.
Apa itu Custom Chrome Extension Tools - Chromane?
Custom Chrome Extension Tools - Chromane adalah ekstensi Chrome yang dikembangkan oleh https://chromane.com, dan fitur utamanya adalah "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Custom Chrome Extension Tools - Chromane
Unduh file ekstensi Custom Chrome Extension Tools - Chromane dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Custom Chrome Extension Tools - Chromane |
ID | niicafcjnknfegkpnfjchecodeodemfc |
URL Resmi | https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc |
Deskripsi | Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools. |
Ukuran File | 231 KB |
Jumlah Instalasi | 59 |
Versi Saat Ini | 1.0.1.2 |
Terakhir Diperbarui | 2024-03-01 |
Tanggal Publikasi | 2023-08-16 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | https://chromane.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://chromane.com |
URL Halaman Kebijakan Privasi | https://chromane.com/chromane-privacy-policy |
Bahasa yang Didukung | 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" } |