Loyal Smile - Set Amazon As Default Seller
Set official Amazon, Inc. as the default seller on Amazon.com. Automate and no more manually switching to official seller needed.
Was ist Loyal Smile - Set Amazon As Default Seller?
Loyal Smile - Set Amazon As Default Seller ist eine Chrome-Erweiterung, die von https://loyalsmile.uniosoft.com entwickelt wurde, und ihr Hauptmerkmal ist "Set official Amazon, Inc. as the default seller on Amazon.com. Automate and no more manually switching to official seller needed.".
Erweiterungsscreenshots
Loyal Smile - Set Amazon As Default Seller-Erweiterungs-CRX-Datei herunterladen
Laden Sie Loyal Smile - Set Amazon As Default Seller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Do you usually buy products that "Ships from and sold by Amazon.com"? In other words, do you prefer items sold by Amazon, Inc. (the "official seller") and not third-parties, and you want that to be ensured effortlessly and automatically? Heck, do you even know such a difference actually exists? Do you think everything you can buy from the site is always directly from the official seller, not just the Website? (Hint: nope!) Then, look no further: Loyal Smile™ is your solution! ★ Automatic & Better Consistency: It automatically selects the official seller as the Default Seller. That also helps you filter out the noise when you just want to shop official seller. Automate and no more manually switching sellers to the official one needed, which may even help avoid accidental/counterfeit purchases from third parties! For example, see this warning from Apple in ABC News: www.goo.gl/uwBaCQ And from manufacturers directly, like this official Samsung comment to an affected review: www.goo.gl/Jed94j ★ Easy To Use: Just install it and off you go easily shopping from official seller, always^. That's thanks to Loyal Smile's sophisticated and intelligent approaches, such as being automatically compatible with ☆Amazon Smile☆ (smile.amazon.com) and search pages with complex filters. ★ Full Control: Moreover, whenever you change your mind and decide to purchase from third parties, you can do so easily: this extension gives you the option to disable the automation on specified/all pages and go back to let the site decide—so you're always in complete control. Simply click on this extension's icon next to the address bar while you're on a page of the site to access the menu. ★ Price Match: A bonus side effect: By using this extension, you can more easily and consistently obtain official seller prices that are needed to price match to/from the prices of many competitors that may have Low Price Guarantees. You can also submit requests to the site that may get honored, but they don't guarantee it for non-TVs & it may not work for all items/in the future: www.goo.gl/2NefPK ➤ Are you an third-party seller? Please see my message: loyalsmile.uniosoft.com/#sellers ➤ Are you concerned about this extension's integrity? Please see my statements: loyalsmile.uniosoft.com/#integrity loyalsmile.uniosoft.com/privacy-policy.html ^Please note: Loyal Smile is still in beta. Although most functions work as they should, it may not work completely all the time. However, rest assured: 1. Controls to disable it are easily available as mentioned, built-in. 2. I continuously use and monitor this extension's accuracy myself, which ensures it always works at least on some of the most common page types. 3. I'm available to respond to your complaints and bug reports via this extension's "Support" tab or email—shown inside the extension's Options. In addition, here's my current TO-DO list for known problems and goals (as well as version change logs): www.goo.gl/WUfGbY ➤ Alternatively, please consider ☆subscribing☆ to be alerted once a stable version has been released: loyalsmile.uniosoft.com/#subscribe *Extra Permissions Explained: - "Read your browsing history": Needed to detect whether you have tabs that have opened pages that need the default seller to be automatically applied on. It's exclusively for that purpose, and nothing else. (I.e., it doesn't actually "read" your general browsing history.) *Legal Notices: Loyal Smile™ is not affiliated with Amazon. Privacy Policy: loyalsmile.uniosoft.com/privacy-policy.html
Grundlegende Informationen zur Erweiterung
Name | Loyal Smile - Set Amazon As Default Seller |
ID | bgaanighljjnphponpooiifkooahkpfe |
Offizielle URL | https://chromewebstore.google.com/detail/loyal-smile-set-amazon-as/bgaanighljjnphponpooiifkooahkpfe |
Beschreibung | Set official Amazon, Inc. as the default seller on Amazon.com. Automate and no more manually switching to official seller needed. |
Dateigröße | 489 KB |
Installationsanzahl | 73 |
Aktuelle Version | 0.9 beta 1.3 |
Letztes Update | 2021-07-06 |
Veröffentlichungsdatum | 2017-09-28 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | https://loyalsmile.uniosoft.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://loyalsmile.uniosoft.com/ |
URL der Datenschutzrichtlinien-Seite | http://loyalsmile.uniosoft.com/privacy-policy.html |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "background": { "scripts": [ "libs\/cws\/buy.js", "libs\/jquery\/jquery.js", "background_iap_api.js", "background_global.js", "background.js" ] }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*.amazon.com\/*" ], "run_at": "document_end" } ], "description": "Set official Amazon, Inc. as the default seller on Amazon.com. Automate and no more manually switching to official seller needed.", "icons": { "128": "images\/main-icon\/icon-128.png", "16": "images\/main-icon\/icon-16.png", "32": "images\/main-icon\/icon-32.png", "48": "images\/main-icon\/icon-48.png" }, "manifest_version": 2, "name": "Loyal Smile - Set Amazon As Default Seller", "options_ui": { "chrome_style": false, "page": "options.html" }, "page_action": { "default_icon": { "128": "images\/main-icon\/icon-128.png", "16": "images\/main-icon\/icon-16.png", "32": "images\/main-icon\/icon-32.png", "48": "images\/main-icon\/icon-48.png" }, "default_popup": "popup.html", "default_title": "Loyal Smile (Menu)" }, "permissions": [ "declarativeContent", "webRequest", "webRequestBlocking", "storage", "unlimitedStorage", "tabs", "*:\/\/*.amazon.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.9.0.3", "version_name": "0.9 beta 1.3" } |