CarJam
Get to CarJam reports faster.
CarJamคืออะไร?
CarJam เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://carjam.co.nz และคุณลักษณะหลักของมันคือ "Get to CarJam reports faster."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CarJam
ดาวน์โหลดไฟล์ส่วนขยาย CarJam ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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... ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ebobhplialobjbjpidobkopcnbabjmdg |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/carjam/ebobhplialobjbjpidobkopcnbabjmdg |
| คำอธิบาย | Get to CarJam reports faster. |
| ขนาดไฟล์ | 18.1 KB |
| จำนวนการติดตั้ง | 1,132 |
| เวอร์ชันปัจจุบัน | 0.8.9 |
| อัปเดตครั้งล่าสุด | 2022-11-12 |
| วันที่เผยแพร่ | 2020-06-17 |
| คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | https://carjam.co.nz |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.carjam.co.nz/ |
| ภาษาที่รองรับ | 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"
]
}
]
} | |