Popcultcha Linkify
Convert the pop names of your Popcultcha orders into links
Τι είναι το Popcultcha Linkify;
Το Popcultcha Linkify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cokeperez, και η κύρια λειτουργία του είναι "Convert the pop names of your Popcultcha orders into links".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Popcultcha Linkify
Λήψη αρχείων επέκτασης Popcultcha Linkify σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
If you are a customer of the Popcultcha shop and buy Funko Pop! in it, it is very likely that when you have wanted to make a review of your purchase, you have not been able to find the Pop! in the store's search engine. Popcultcha usually removes some Pops! from its search engine when it runs out of stock, but keeps the product page active. This extension will help you retrieve the product page from that Pop! you were looking for. When you open an order from your account, the extension will look for the Pops! within the order and in the background will generate and check some possible links that may exist for that figure. If the check is successful, the name of the Pop! will become a link and a green icon will appear on the left indicating that the product page has been successfully recovered. If the extension fails to find a functional link, it will display a red icon. If you have any doubt or question, please feel free to contact me. ------------------ DISCLAIMER: We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with 'Popcultcha Pty Ltd', or any of its subsidiaries or its affiliates
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fadcicbgpeekkhdfafihigpfnohkdmeo |
Επίσημο URL | https://chromewebstore.google.com/detail/popcultcha-linkify/fadcicbgpeekkhdfafihigpfnohkdmeo |
Περιγραφή | Convert the pop names of your Popcultcha orders into links |
Μέγεθος Αρχείου | 314 KB |
Αριθμός Εγκαταστάσεων | 21 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2017-12-11 |
Ημερομηνία Δημοσίευσης | 2017-12-11 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | cokeperez |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Popcultcha Linkify", "short_name": "PCC Linkify", "description": "__MSG_appDesc__", "version": "1.0", "default_locale": "es", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.popcultcha.com.au\/sales\/order\/view\/order_id\/*" ], "css": [ "css\/styles.css" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/main.js", "js\/fontawesome-all.min.js" ] } ] } |