CarJam

Get to CarJam reports faster.

CarJam란 무엇입니까?

CarJam은(는) https://carjam.co.nz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get to CarJam reports faster."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CarJam 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 CarJam CarJam
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"
            ]
        }
    ]
}