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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Custom Chrome Extension Tools - Chromane एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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" } |