Reverse Source by OA2Gsheets
The companion extension to Reverse Source by OA2GSheets
Τι είναι το Reverse Source by OA2Gsheets;
Το Reverse Source by OA2Gsheets είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://oa2gsheets.com, και η κύρια λειτουργία του είναι "The companion extension to Reverse Source by OA2GSheets".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Reverse Source by OA2Gsheets
Λήψη αρχείων επέκτασης Reverse Source by OA2Gsheets σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Reverse Source by OA2Gsheets allows Amazon Sellers to easily reverse search an Amazon seller using a Keepa data subscription. Simply click the icon next to the sellers name and see a list of all their products. Requires a Keepa data subscription.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Reverse Source by OA2Gsheets |
ID | nbhcnakfoihiobfehicbehdmeaoicmek |
Επίσημο URL | https://chromewebstore.google.com/detail/reverse-source-by-oa2gshe/nbhcnakfoihiobfehicbehdmeaoicmek |
Περιγραφή | The companion extension to Reverse Source by OA2GSheets |
Μέγεθος Αρχείου | 17.18 KB |
Αριθμός Εγκαταστάσεων | 58 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2022-08-22 |
Ημερομηνία Δημοσίευσης | 2022-08-17 |
Προγραμματιστής | https://oa2gsheets.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.oa2gsheets.com/reverse |
Διεύθυνση URL της Σελίδας Βοήθειας | https://oa2gsheets.freshdesk.com/support/solutions |
URL της Σελίδας Πολιτικής Απορρήτου | https://docs.aipromptgenius.app/privacy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reverse Source by OA2Gsheets", "description": "The companion extension to Reverse Source by OA2GSheets", "version": "1.4", "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*p\/*", "https:\/\/*.amazon.com\/*\/*p\/*", "https:\/\/*.amazon.ca\/*p\/*", "https:\/\/*.amazon.ca\/*\/*p\/*", "https:\/\/*.amazon.co.uk\/*p\/*", "https:\/\/*.amazon.co.uk\/*\/*p\/*", "https:\/\/*.amazon.com.mx\/*p\/*", "https:\/\/*.amazon.com.mx\/*\/*p\/*", "https:\/\/*.amazon.de\/*p\/*", "https:\/\/*.amazon.de\/*\/*p\/*", "https:\/\/*.amazon.fr\/*p\/*", "https:\/\/*.amazon.fr\/*\/*p\/*", "https:\/\/*.amazon.co.jp\/*p\/*", "https:\/\/*.amazon.co.jp\/*\/*p\/*", "https:\/\/*.amazon.it\/*p\/*", "https:\/\/*.amazon.it\/*\/*p\/*", "https:\/\/*.amazon.es\/*p\/*", "https:\/\/*.amazon.es\/*\/*p\/*", "https:\/\/*.amazon.in\/*p\/*", "https:\/\/*.amazon.in\/*\/*p\/*" ], "run_at": "document_idle", "js": [ "AMZscript.js" ] } ], "icons": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png", "128": "128x128.png" }, "web_accessible_resources": [ { "resources": [ "amz.html", "arrows.png" ], "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.in\/*" ] } ] } |