AZflipper
Flip between Amazon.com and Amazon.ca and find products faster. (Don't forget to get the companion extension OAsearch!)
Was ist AZflipper?
AZflipper ist eine Chrome-Erweiterung, die von https://arbinon.com entwickelt wurde, und ihr Hauptmerkmal ist "Flip between Amazon.com and Amazon.ca and find products faster. (Don't forget to get the companion extension OAsearch!)".
Erweiterungsscreenshots
AZflipper-Erweiterungs-CRX-Datei herunterladen
Laden Sie AZflipper-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
This extension is for Amazon ecommerce sellers who specialize in cross-border (USA and Canada). This will make it super fast to flip between an Amazon.com and Amazon.ca listing with the click of a button. You can also select the text on any web page and right-click that text to open 2 new tabs - one with a search on Amazon.com and one for Amazon.ca. It's that simple. Take charge of your product sourcing and get AZflipper. This extension works in tandem with our companion extension, OAsearch. Combine the two for the ultimate in Chrome power sourcing that only the pros can dream of! New in v4.0.0 - Rebranding from "arbinon.com OAsearch RAPTOR" to more simply "AZflipper" by TimMcKaySoftware.com. Optimizations for performance. Bug fixes. Upgrade of inside guts for Google's latest Chrome Extensions API.
Grundlegende Informationen zur Erweiterung
Name | AZflipper |
ID | bpfmmgcddnpkhaokcdojjgokmaiekckk |
Offizielle URL | https://chromewebstore.google.com/detail/azflipper/bpfmmgcddnpkhaokcdojjgokmaiekckk |
Beschreibung | Flip between Amazon.com and Amazon.ca and find products faster. (Don't forget to get the companion extension OAsearch!) |
Dateigröße | 26.49 KB |
Installationsanzahl | 266 |
Aktuelle Version | 4.0.3 |
Letztes Update | 2023-06-21 |
Veröffentlichungsdatum | 2020-09-22 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://arbinon.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.TimMcKaySoftware.com/AZflipper |
Hilfeseite URL | https://www.TimMcKaySoftware.com/AZflipper |
URL der Datenschutzrichtlinien-Seite | https://www.timmckaysoftware.com/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AZflipper", "description": "Flip between Amazon.com and Amazon.ca and find products faster. (Don't forget to get the companion extension OAsearch!)", "version": "4.0.3", "action": { "default_icon": "images\/tM-Icon_64x64.png", "default_popup": "popup.html" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "permissions": [ "contextMenus", "storage" ], "icons": { "48": "images\/tM-Icon_48x48.png", "64": "images\/tM-Icon_64x64.png" }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com\/*" ], "js": [ "flipper.js" ] } ] } |