CarJam
Get to CarJam reports faster.
Cos'è CarJam?
CarJam è un'estensione di Chrome sviluppata da https://carjam.co.nz, e la sua funzione principale è "Get to CarJam reports faster.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CarJam
Scarica i file di estensione CarJam in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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... Informazioni di Base sull'Estensione
| Nome | |
| ID | ebobhplialobjbjpidobkopcnbabjmdg |
| URL Ufficiale | https://chromewebstore.google.com/detail/carjam/ebobhplialobjbjpidobkopcnbabjmdg |
| Descrizione | Get to CarJam reports faster. |
| Dimensione del File | 18.1 KB |
| Conteggio Installazioni | 1,132 |
| Versione Corrente | 0.8.9 |
| Ultimo Aggiornamento | 2022-11-12 |
| Data di Pubblicazione | 2020-06-17 |
| Valutazione | 3.33/5 Totale 3 Valutazioni |
| Sviluppatore | https://carjam.co.nz |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.carjam.co.nz/ |
| Lingue Supportate | 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"
]
}
]
} | |