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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Reverse Source by OA2Gsheets 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Reverse Source by OA2Gsheets Reverse Source by OA2Gsheets
ID nbhcnakfoihiobfehicbehdmeaoicmek
공식 URL 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\/*"
            ]
        }
    ]
}