Reverse Source by OA2Gsheets

The companion extension to Reverse Source by OA2GSheets

Reverse Source by OA2Gsheets क्या है?

Reverse Source by OA2Gsheets https://oa2gsheets.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The companion extension to Reverse Source by OA2GSheets"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reverse Source by OA2Gsheets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}