Chrisvicmall
After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension.
Τι είναι το Chrisvicmall;
Το Chrisvicmall είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chrisvicmall.com, και η κύρια λειτουργία του είναι "After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chrisvicmall
Λήψη αρχείων επέκτασης Chrisvicmall σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The extension enable users to easily view 1688.com products or any supported websites products on Chrisvicmall platform. This saves the user from copying and pasting links when trying to purchase from 1688.com through the service of Chrisvicmall. How it works, After installing the extension, visit any 1688.com products and the extension will automatically add a link on the product page. When you click on the link, you will be redirected to Chrisvicmall platform where you can add the product to your cart and Chrisvicmall will process it for you.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Chrisvicmall |
ID | ohipnhgcnpapfpopfbekkdmiagcibkih |
Επίσημο URL | https://chromewebstore.google.com/detail/chrisvicmall/ohipnhgcnpapfpopfbekkdmiagcibkih |
Περιγραφή | After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension. |
Μέγεθος Αρχείου | 87.38 KB |
Αριθμός Εγκαταστάσεων | 533 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2021-09-03 |
Ημερομηνία Δημοσίευσης | 2021-09-03 |
Προγραμματιστής | https://chrisvicmall.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrisvicmall", "version": "1.0", "description": "After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension. ", "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "activeTab", "scripting", "tabs" ], "host_permissions": [ "*:\/\/*.1688.com\/offer\/*.html?*" ] } |