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
官方網址 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"
            ]
        }
    ]
}