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によって開発されたChromeの拡張機能で、その主な機能は「Flip between Amazon.com and Amazon.ca and find products faster. (Don't forget to get the companion extension OAsearch!)」です。

拡張機能のスクリーンショット

screenshot
screenshot

AZflipper拡張機能のCRXファイルをダウンロード

AZflipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
            ]
        }
    ]
}