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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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"
} | |