CarJam

Get to CarJam reports faster.

Qu'est-ce que CarJam ?

CarJam est une extension Chrome développée par https://carjam.co.nz, et sa fonction principale est "Get to CarJam reports faster.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CarJam

Téléchargez les fichiers d'extension CarJam 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

                        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...                    

Informations de Base sur l'Extension

Nom CarJam CarJam
ID ebobhplialobjbjpidobkopcnbabjmdg
URL Officiel https://chromewebstore.google.com/detail/carjam/ebobhplialobjbjpidobkopcnbabjmdg
Description Get to CarJam reports faster.
Taille du Fichier 18.1 KB
Nombre d'Installations 1,132
Version Actuelle 0.8.9
Dernière Mise à Jour 2022-11-12
Date de Publication 2020-06-17
Évaluation 3.33/5 Total 3 Évaluations
Développeur https://carjam.co.nz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.carjam.co.nz/
Langues Prises en Charge 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"
            ]
        }
    ]
}