CarJam
Get to CarJam reports faster.
CarJam là gì?
CarJam là một tiện ích mở rộng Chrome được phát triển bởi https://carjam.co.nz, và tính năng chính của nó là "Get to CarJam reports faster.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CarJam
Tải xuống các tệp mở rộng CarJam dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CarJam |
ID | ebobhplialobjbjpidobkopcnbabjmdg |
URL Chính Thức | https://chromewebstore.google.com/detail/carjam/ebobhplialobjbjpidobkopcnbabjmdg |
Mô tả | Get to CarJam reports faster. |
Kích Thước Tệp | 18.1 KB |
Số Lần Cài Đặt | 1,132 |
Phiên Bản Hiện Tại | 0.8.9 |
Cập Nhật Lần Cuối | 2022-11-12 |
Ngày Phát Hành | 2020-06-17 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://carjam.co.nz |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.carjam.co.nz/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |