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文件

下載KISer from KIS List擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}