OmniRocket Analysis - Lite

With OmniRocket Analysis Lite you will be able to get different fields of information about products in Amazon

Was ist OmniRocket Analysis - Lite?

OmniRocket Analysis - Lite ist eine Chrome-Erweiterung, die von https://app.omnirocket.com entwickelt wurde, und ihr Hauptmerkmal ist "With OmniRocket Analysis Lite you will be able to get different fields of information about products in Amazon".

Erweiterungsscreenshots

screenshot

OmniRocket Analysis - Lite-Erweiterungs-CRX-Datei herunterladen

Laden Sie OmniRocket Analysis - Lite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The OmniRocket Analysis tool will fetch product details in no time.
When you are on product details page you can fetch the brand, price, category, rank, revenue etc. You will see this info in a pop up on the page.                    

Grundlegende Informationen zur Erweiterung

Name OmniRocket Analysis - Lite OmniRocket Analysis - Lite
ID bdmjflmnaphfklacagaegpeldlppleml
Offizielle URL https://chromewebstore.google.com/detail/omnirocket-analysis-lite/bdmjflmnaphfklacagaegpeldlppleml
Beschreibung With OmniRocket Analysis Lite you will be able to get different fields of information about products in Amazon
Dateigröße 1.7 MB
Installationsanzahl 558
Aktuelle Version 1.0.10
Letztes Update 2022-11-24
Veröffentlichungsdatum 2019-07-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://app.omnirocket.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.omnirocket.com
URL der Datenschutzrichtlinien-Seite https://www.omnirocket.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OmniRocket Analysis - Lite",
    "version": "1.0.10",
    "default_locale": "en",
    "short_name": "OmniRocket Analysis - Lite",
    "description": "With OmniRocket Analysis Lite you will be able to get different fields of information about products in Amazon",
    "icons": {
        "16": "app\/images\/icon16.png",
        "48": "app\/images\/icon48.png",
        "128": "app\/images\/icon128.png"
    },
    "homepage_url": "https:\/\/www.omnirocket.com\/",
    "optional_permissions": [
        "*:\/\/www.google.com\/*",
        "*:\/\/www.google.ps\/*",
        "*:\/\/www.amazon.in\/*",
        "*:\/\/www.amazon.com.mx\/*",
        "*:\/\/www.amazon.it\/*",
        "*:\/\/www.amazon.es\/*",
        "*:\/\/*.amazonservices.in\/*"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "background",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.fr\/*",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/www.amazon.co.uk\/*",
        "*:\/\/www.amazon.ca\/*",
        "*:\/\/*.amazonservices.com\/*",
        "*:\/\/*.amazonservices.ca\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "app\/images\/icon19.png",
            "38": "app\/images\/icon38.png"
        },
        "default_title": "OmniRocket Analysis - Lite"
    },
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "js": [
                "dist\/products.js"
            ],
            "css": [
                "dist\/css\/products_styles.css"
            ],
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.ca\/*"
            ],
            "run_at": "document_start"
        }
    ]
}