Reverse Source by OA2Gsheets
The companion extension to Reverse Source by OA2GSheets
什麼是Reverse Source by OA2Gsheets?
Reverse Source by OA2Gsheets是由https://oa2gsheets.com開發的Chrome擴展程式,該擴展的主要功能是“The companion extension to Reverse Source by OA2GSheets”。
擴展截圖
下載Reverse Source by OA2Gsheets擴展crx文件
下載Reverse Source by OA2Gsheets擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Reverse Source by OA2Gsheets allows Amazon Sellers to easily reverse search an Amazon seller using a Keepa data subscription. Simply click the icon next to the sellers name and see a list of all their products. Requires a Keepa data subscription.                     擴展基本資訊
| 名稱 |   |  
| ID | nbhcnakfoihiobfehicbehdmeaoicmek | 
| 官方網址 | https://chromewebstore.google.com/detail/reverse-source-by-oa2gshe/nbhcnakfoihiobfehicbehdmeaoicmek | 
| 簡介 | The companion extension to Reverse Source by OA2GSheets | 
| 檔案大小 | 17.18 KB | 
| 安裝次數 | 58 | 
| 目前版本 | 1.4 | 
| 更新時間 | 2022-08-22 | 
| 上架時間 | 2022-08-17 | 
| 開發者 | https://oa2gsheets.com | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://www.oa2gsheets.com/reverse | 
| 說明頁面URL | https://oa2gsheets.freshdesk.com/support/solutions | 
| 隱私政策頁面URL | https://docs.aipromptgenius.app/privacy | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reverse Source by OA2Gsheets",
    "description": "The companion extension to Reverse Source by OA2GSheets",
    "version": "1.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*p\/*",
                "https:\/\/*.amazon.com\/*\/*p\/*",
                "https:\/\/*.amazon.ca\/*p\/*",
                "https:\/\/*.amazon.ca\/*\/*p\/*",
                "https:\/\/*.amazon.co.uk\/*p\/*",
                "https:\/\/*.amazon.co.uk\/*\/*p\/*",
                "https:\/\/*.amazon.com.mx\/*p\/*",
                "https:\/\/*.amazon.com.mx\/*\/*p\/*",
                "https:\/\/*.amazon.de\/*p\/*",
                "https:\/\/*.amazon.de\/*\/*p\/*",
                "https:\/\/*.amazon.fr\/*p\/*",
                "https:\/\/*.amazon.fr\/*\/*p\/*",
                "https:\/\/*.amazon.co.jp\/*p\/*",
                "https:\/\/*.amazon.co.jp\/*\/*p\/*",
                "https:\/\/*.amazon.it\/*p\/*",
                "https:\/\/*.amazon.it\/*\/*p\/*",
                "https:\/\/*.amazon.es\/*p\/*",
                "https:\/\/*.amazon.es\/*\/*p\/*",
                "https:\/\/*.amazon.in\/*p\/*",
                "https:\/\/*.amazon.in\/*\/*p\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "AMZscript.js"
            ]
        }
    ],
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "amz.html",
                "arrows.png"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.in\/*"
            ]
        }
    ]
}  |  |