ID Grabber
Grab ASIN/Product IDs from Amazon, Costco and Walmart
Τι είναι το ID Grabber;
Το ID Grabber είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον xylude, και η κύρια λειτουργία του είναι "Grab ASIN/Product IDs from Amazon, Costco and Walmart".
Λήψη αρχείου CRX της επέκτασης ID Grabber
Λήψη αρχείων επέκτασης ID Grabber σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension will grab ASIN/Product IDs from Amazon, WalMart and Costco for use with various drop shipping services. It is lightweight, has low permissions and doesn't require any logins to third-party services.
If you find any issues with this extension, please submit an issue on the github for this project here:
https://github.com/xylude/id-grabber/issues Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | limdokdgfgcalepbjabnimcdiakbkjho |
| Επίσημο URL | https://chromewebstore.google.com/detail/id-grabber/limdokdgfgcalepbjabnimcdiakbkjho |
| Περιγραφή | Grab ASIN/Product IDs from Amazon, Costco and Walmart |
| Μέγεθος Αρχείου | 214 KB |
| Αριθμός Εγκαταστάσεων | 98 |
| Τρέχουσα Έκδοση | 0.0.3 |
| Τελευταία Ενημέρωση | 2018-07-06 |
| Ημερομηνία Δημοσίευσης | 2018-07-06 |
| Προγραμματιστής | xylude |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ID Grabber",
"version": "0.0.3",
"description": "Grab ASIN\/Product IDs from Amazon, Costco and Walmart",
"manifest_version": 2,
"permissions": [
"declarativeContent",
"storage",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
},
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
} | |