CarJam
Get to CarJam reports faster.
What is CarJam?
CarJam is a Chrome extension developed by https://carjam.co.nz, and its main feature is "Get to CarJam reports faster.".
Extension Screenshots
Download CarJam Extension CRX File
Download CarJam extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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...
Extension Basic Information
Name | CarJam |
ID | ebobhplialobjbjpidobkopcnbabjmdg |
Official URL | https://chromewebstore.google.com/detail/carjam/ebobhplialobjbjpidobkopcnbabjmdg |
Description | Get to CarJam reports faster. |
File Size | 18.1 KB |
Installation Count | 1,132 |
Current Version | 0.8.9 |
Last Updated | 2022-11-12 |
Publish Date | 2020-06-17 |
Rating | 3.33/5 Total 3 Ratings |
Developer | https://carjam.co.nz |
[email protected] | |
Payment Type | free |
Extension Website | https://www.carjam.co.nz/ |
Supported Languages | 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" ] } ] } |