Reverse Source by OA2Gsheets

The companion extension to Reverse Source by OA2GSheets

Qu'est-ce que Reverse Source by OA2Gsheets ?

Reverse Source by OA2Gsheets est une extension Chrome développée par https://oa2gsheets.com, et sa fonction principale est "The companion extension to Reverse Source by OA2GSheets".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Reverse Source by OA2Gsheets

Téléchargez les fichiers d'extension Reverse Source by OA2Gsheets au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Reverse Source by OA2Gsheets Reverse Source by OA2Gsheets
ID nbhcnakfoihiobfehicbehdmeaoicmek
URL Officiel https://chromewebstore.google.com/detail/reverse-source-by-oa2gshe/nbhcnakfoihiobfehicbehdmeaoicmek
Description The companion extension to Reverse Source by OA2GSheets
Taille du Fichier 17.18 KB
Nombre d'Installations 58
Version Actuelle 1.4
Dernière Mise à Jour 2022-08-22
Date de Publication 2022-08-17
Développeur https://oa2gsheets.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.oa2gsheets.com/reverse
URL de la Page d'Aide https://oa2gsheets.freshdesk.com/support/solutions
URL de la Page de Politique de Confidentialité https://docs.aipromptgenius.app/privacy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}