CarJam

Get to CarJam reports faster.

Was ist CarJam?

CarJam ist eine Chrome-Erweiterung, die von https://carjam.co.nz entwickelt wurde, und ihr Hauptmerkmal ist "Get to CarJam reports faster.".

Erweiterungsscreenshots

screenshot
screenshot

CarJam-Erweiterungs-CRX-Datei herunterladen

Laden Sie CarJam-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

                        Copy-paste is just inconvenient and slow.

We find vehicle registration numbers on Trade Me and AutoTrader.

Or you can simply select a text on a page.

Then just click on CarJam icon!

Enjoy...                    

Grundlegende Informationen zur Erweiterung

Name CarJam CarJam
ID ebobhplialobjbjpidobkopcnbabjmdg
Offizielle URL https://chromewebstore.google.com/detail/carjam/ebobhplialobjbjpidobkopcnbabjmdg
Beschreibung Get to CarJam reports faster.
Dateigröße 18.1 KB
Installationsanzahl 1,132
Aktuelle Version 0.8.9
Letztes Update 2022-11-12
Veröffentlichungsdatum 2020-06-17
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler https://carjam.co.nz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.carjam.co.nz/
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CarJam",
    "short_name": "CarJam",
    "author": "CarJam.co.nz",
    "homepage_url": "https:\/\/www.carjam.co.nz\/",
    "version": "0.8.9",
    "description": "Get to CarJam reports faster.",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_title": "Search for a plate selected or found on a page."
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}