AZflipper
Flip between Amazon.com and Amazon.ca and find products faster. (Don't forget to get the companion extension OAsearch!)
AZflipper क्या है?
AZflipper https://arbinon.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flip between Amazon.com and Amazon.ca and find products faster. (Don't forget to get the companion extension OAsearch!)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AZflipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | AZflipper |
ID | bpfmmgcddnpkhaokcdojjgokmaiekckk |
आधिकारिक URL | https://chromewebstore.google.com/detail/azflipper/bpfmmgcddnpkhaokcdojjgokmaiekckk |
विवरण | Flip between Amazon.com and Amazon.ca and find products faster. (Don't forget to get the companion extension OAsearch!) |
फ़ाइल का आकार | 26.49 KB |
स्थापना संख्या | 266 |
वर्तमान संस्करण | 4.0.3 |
अंतिम अपडेट | 2023-06-21 |
प्रकाशन तिथि | 2020-09-22 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://arbinon.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.TimMcKaySoftware.com/AZflipper |
सहायता पृष्ठ URL | https://www.TimMcKaySoftware.com/AZflipper |
गोपनीयता नीति पृष्ठ URL | https://www.timmckaysoftware.com/privacy-policy |
समर्थित भाषाएँ | 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" ] } ] } |