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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } |