Sold By Amazon
This extension reloads any Amazon search results with only products sold and shipped by Amazon.
Qu'est-ce que Sold By Amazon ?
Sold By Amazon est une extension Chrome développée par phunglovescats, et sa fonction principale est "This extension reloads any Amazon search results with only products sold and shipped by Amazon.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sold By Amazon
Téléchargez les fichiers d'extension Sold By Amazon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Ever wanted to just see products that are sold and shipped by Amazon? (Lots of promotions require items be sold and shipped by Amazon, for instance.) Simply do a search on Amazon and then click this extension, and it will reload with items that are sold and shipped by Amazon. Thanks for downloading!
Informations de Base sur l'Extension
Nom | Sold By Amazon |
ID | pjckdfjhkhlnohkhbkolbmpljgfcnmae |
URL Officiel | https://chromewebstore.google.com/detail/sold-by-amazon/pjckdfjhkhlnohkhbkolbmpljgfcnmae |
Description | This extension reloads any Amazon search results with only products sold and shipped by Amazon. |
Taille du Fichier | 11.5 KB |
Nombre d'Installations | 234 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-07-05 |
Date de Publication | 2023-07-04 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | phunglovescats |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sold By Amazon", "version": "1.0", "description": "This extension reloads any Amazon search results with only products sold and shipped by Amazon.", "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*" ], "js": [ ".\/scripts\/content.js" ] } ] } |