Sold By Amazon
This extension reloads any Amazon search results with only products sold and shipped by Amazon.
Co je Sold By Amazon?
Sold By Amazon je rozšíření Chrome vyvinuté phunglovescats, a jeho hlavní funkcí je „This extension reloads any Amazon search results with only products sold and shipped by Amazon.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sold By Amazon
Stáhněte si soubory rozšíření Sold By Amazon ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Sold By Amazon |
ID | pjckdfjhkhlnohkhbkolbmpljgfcnmae |
Oficiální URL | https://chromewebstore.google.com/detail/sold-by-amazon/pjckdfjhkhlnohkhbkolbmpljgfcnmae |
Popis | This extension reloads any Amazon search results with only products sold and shipped by Amazon. |
Velikost souboru | 11.5 KB |
Počet instalací | 234 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2023-07-05 |
Datum Vydání | 2023-07-04 |
Hodnocení | 4.33/5 Celkem 3 Hodnocení |
Vývojář | phunglovescats |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |