Checkmark Ninja

This extension improves the workflow for our services.

Checkmark Ninja란 무엇입니까?

Checkmark Ninja은(는) Checkmark Ninja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension improves the workflow for our services."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension is used internally by our Employees and Contractors to simplify some of the verification workflow, e.g. opening and closing tabs with information related to a verification task, extracting data from that related information.
This extension is not meant to be used by the general public.                    

확장 프로그램 기본 정보

이름 Checkmark Ninja Checkmark Ninja
ID jmmflbmookkbjenfkpnliehgcnbpjagd
공식 URL https://chromewebstore.google.com/detail/checkmark-ninja/jmmflbmookkbjenfkpnliehgcnbpjagd
설명 This extension improves the workflow for our services.
파일 크기 505 KB
설치 횟수 4,160
현재 버전 3.58.0
최근 업데이트 2024-01-16
출시 날짜 2022-07-29
평점 3.67/5 총 3 개의 평점
개발자 Checkmark Ninja
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://checkmark.ninja
도움말 페이지 URL https://checkmark.ninja
개인정보 보호 정책 페이지 URL https://checkmark.ninja/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Checkmark Ninja",
    "version": "3.58.0",
    "version_name": "3.58.0",
    "externally_connectable": {
        "matches": [
            "https:\/\/checkmark.ninja\/*",
            "https:\/\/mturk.checkmark.ninja\/*",
            "https:\/\/workersandbox.mturk.com\/*",
            "https:\/\/workersandbox.mturkcontent.com\/*",
            "https:\/\/worker.mturk.com\/*",
            "https:\/\/worker.mturkcontent.com\/*"
        ]
    },
    "description": "This extension improves the workflow for our services.",
    "minimum_chrome_version": "92",
    "permissions": [
        "webNavigation",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content_script.js-loader-cd91a42c.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/in\/*",
                "https:\/\/*.linkedin.com\/404\/*",
                "https:\/\/*.linkedin.com\/checkpoint\/*"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "js": [
                "assets\/content_script_iframe.js-loader-c743cb16.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/in\/*\/details\/*"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "src\/*",
                "img\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*"
            ],
            "resources": [
                "assets\/content_main-c0525045.js",
                "assets\/utils-d3a119ce.js",
                "assets\/errors-72a179bc.js",
                "assets\/config-df3ab8d4.js",
                "assets\/content_script.js-cdf12a9f.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "resources": [
                "assets\/content_main-c0525045.js",
                "assets\/utils-d3a119ce.js",
                "assets\/errors-72a179bc.js",
                "assets\/config-df3ab8d4.js",
                "assets\/content_script_iframe.js-faf4806b.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "img\/logo_16.png",
            "32": "img\/logo_32.png",
            "48": "img\/logo_48.png",
            "128": "img\/logo_128.png",
            "256": "img\/logo_256.png",
            "512": "img\/logo_512.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/logo_16.png",
        "32": "img\/logo_32.png",
        "48": "img\/logo_48.png",
        "128": "img\/logo_128.png",
        "256": "img\/logo_256.png",
        "512": "img\/logo_512.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}