11Sight

This extension allows you to get notifications.

11Sight란 무엇입니까?

11Sight은(는) https://11sight.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to get notifications."입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        This extension allows you to get notifications.                    

확장 프로그램 기본 정보

이름 11Sight 11Sight
ID pekiflfkkgnigmamnkficohhinpejnoa
공식 URL https://chromewebstore.google.com/detail/11sight/pekiflfkkgnigmamnkficohhinpejnoa
설명 This extension allows you to get notifications.
파일 크기 64.96 KB
설치 횟수 261
현재 버전 0.4.1
최근 업데이트 2022-01-27
출시 날짜 2019-06-24
평점 5.00/5 총 1 개의 평점
개발자 https://11sight.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "11Sight",
    "version": "0.4.1",
    "browser_action": {
        "default_icon": "img\/11sight-logo.png",
        "default_title": "11sight"
    },
    "icons": {
        "128": "img\/11sight-logo.png"
    },
    "permissions": [
        "https:\/\/*.11sight.com\/",
        "background",
        "notifications",
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "src\/content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.11sight.com\/*"
            ]
        }
    ]
}