CarJam

Get to CarJam reports faster.

Wat is CarJam?

CarJam is een Chrome-extensie ontwikkeld door https://carjam.co.nz, en de belangrijkste functie is "Get to CarJam reports faster.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie CarJam

Download CarJam-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CarJam CarJam
ID ebobhplialobjbjpidobkopcnbabjmdg
Officiële URL https://chromewebstore.google.com/detail/carjam/ebobhplialobjbjpidobkopcnbabjmdg
Beschrijving Get to CarJam reports faster.
Bestandsgrootte 18.1 KB
Aantal Installaties 1,132
Huidige Versie 0.8.9
Laatst Bijgewerkt 2022-11-12
Publicatiedatum 2020-06-17
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://carjam.co.nz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.carjam.co.nz/
Ondersteunde Talen 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"
            ]
        }
    ]
}