Reverse Source by OA2Gsheets

The companion extension to Reverse Source by OA2GSheets

¿Qué es Reverse Source by OA2Gsheets?

Reverse Source by OA2Gsheets es una extensión de Chrome desarrollada por https://oa2gsheets.com, y su función principal es "The companion extension to Reverse Source by OA2GSheets".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Reverse Source by OA2Gsheets

Descarga archivos de extensión Reverse Source by OA2Gsheets en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Reverse Source by OA2Gsheets Reverse Source by OA2Gsheets
ID nbhcnakfoihiobfehicbehdmeaoicmek
URL Oficial https://chromewebstore.google.com/detail/reverse-source-by-oa2gshe/nbhcnakfoihiobfehicbehdmeaoicmek
Descripción The companion extension to Reverse Source by OA2GSheets
Tamaño del Archivo 17.18 KB
Cantidad de Instalaciones 58
Versión Actual 1.4
Última Actualización 2022-08-22
Fecha de Publicación 2022-08-17
Desarrollador https://oa2gsheets.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.oa2gsheets.com/reverse
URL de la Página de Ayuda https://oa2gsheets.freshdesk.com/support/solutions
URL de la Página de Política de Privacidad https://docs.aipromptgenius.app/privacy
Idiomas Soportados 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\/*"
            ]
        }
    ]
}