KISer from KIS List

KISer - a best friend to anyone creating quotes and estimates

KISer from KIS List란 무엇입니까?

KISer from KIS List은(는) https://kislist.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "KISer - a best friend to anyone creating quotes and estimates"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

KISer from KIS List 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a revolutionary extension to KIS List - a tool that allows you to create (shopping) lists of products using photos and descriptions from any website. It's a small plugin that changes everything. It's easy to use because simple means convenient!

KISer will help you build your equipment lists in no time. If you want to use it you must be logged into your account at https://kislist.com.                    

확장 프로그램 기본 정보

이름 KISer from KIS List KISer from KIS List
ID fikhliccflabbhhgdpmnbdbeeacecncl
공식 URL https://chromewebstore.google.com/detail/kiser-from-kis-list/fikhliccflabbhhgdpmnbdbeeacecncl
설명 KISer - a best friend to anyone creating quotes and estimates
파일 크기 396 KB
설치 횟수 4,917
현재 버전 1.6.17
최근 업데이트 2024-01-17
출시 날짜 2020-09-06
평점 5.00/5 총 93 개의 평점
개발자 https://kislist.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kislist.com
도움말 페이지 URL https://kislist.com/step-by-step
개인정보 보호 정책 페이지 URL https://kislist.com/polityka-prywatnosci
지원되는 언어 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.6.17",
    "browser_action": {
        "default_icon": "icons\/color-512.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "",
        "contextMenus",
        "*:\/\/*\/"
    ],
    "icons": {
        "16": "icons\/color-16.png",
        "64": "icons\/color-64.png",
        "128": "icons\/color-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/kislist.com\/extension-login"
            ],
            "js": [
                "js\/injection.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/kiser-edit-initiator.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "select-pic": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "__MSG_selectPic__"
        },
        "save-item": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "__MSG_saveItem__"
        },
        "take-screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q",
                "mac": "Command+Shift+Q"
            },
            "description": "__MSG_takeScreenshot__"
        },
        "clear-data": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            },
            "description": "__MSG_clearData__"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "pick\/*",
        "css\/*",
        "js\/*",
        "icons\/*"
    ]
}