Add to Giftwhale wish list
Add any item to your Giftwhale wish lists right from within your browser.
Τι είναι το Add to Giftwhale wish list;
Το Add to Giftwhale wish list είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://giftwhale.com, και η κύρια λειτουργία του είναι "Add any item to your Giftwhale wish lists right from within your browser.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Add to Giftwhale wish list
Λήψη αρχείων επέκτασης Add to Giftwhale wish list σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Quickly and easily add items to your wish lists with the Giftwhale Chrome extension. When browsing the web, if you find any item you want to add to a wish list, just open up the 'Add to Giftwhale' extension and add it to your list. You can select which wish list you want to add the item to, and it will do everything without having the leave the page you're on.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Add to Giftwhale wish list |
ID | oblghpjfokmfooclfjdcmobdimjahlim |
Επίσημο URL | https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim |
Περιγραφή | Add any item to your Giftwhale wish lists right from within your browser. |
Μέγεθος Αρχείου | 676 KB |
Αριθμός Εγκαταστάσεων | 256 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2022-07-08 |
Ημερομηνία Δημοσίευσης | 2022-06-29 |
Προγραμματιστής | https://giftwhale.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://giftwhale.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://giftwhale.com/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://giftwhale.com/privacy |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add to Giftwhale wish list", "version": "1.0.3", "description": "Add any item to your Giftwhale wish lists right from within your browser.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*.giftwhale.com\/*" ], "action": { "default_title": "Add to Giftwhale", "default_icon": "icons\/48.png", "default_popup": "popup\/content.html" } } |