KISer from KIS List

KISer - a best friend to anyone creating quotes and estimates

KISer from KIS List là gì?

KISer from KIS List là một tiện ích mở rộng Chrome được phát triển bởi https://kislist.com, và tính năng chính của nó là "KISer - a best friend to anyone creating quotes and estimates".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng KISer from KIS List

Tải xuống các tệp mở rộng KISer from KIS List dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KISer from KIS List KISer from KIS List
ID fikhliccflabbhhgdpmnbdbeeacecncl
URL Chính Thức https://chromewebstore.google.com/detail/kiser-from-kis-list/fikhliccflabbhhgdpmnbdbeeacecncl
Mô tả KISer - a best friend to anyone creating quotes and estimates
Kích Thước Tệp 396 KB
Số Lần Cài Đặt 4,917
Phiên Bản Hiện Tại 1.6.17
Cập Nhật Lần Cuối 2024-01-17
Ngày Phát Hành 2020-09-06
Đánh Giá 5.00/5 Tổng số 93 Đánh Giá
Nhà Phát Triển https://kislist.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kislist.com
URL Trang Trợ Giúp https://kislist.com/step-by-step
URL Trang Chính Sách Bảo Mật https://kislist.com/polityka-prywatnosci
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}