KISer from KIS List

KISer - a best friend to anyone creating quotes and estimates

Was ist KISer from KIS List?

KISer from KIS List ist eine Chrome-Erweiterung, die von https://kislist.com entwickelt wurde, und ihr Hauptmerkmal ist "KISer - a best friend to anyone creating quotes and estimates".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

KISer from KIS List-Erweiterungs-CRX-Datei herunterladen

Laden Sie KISer from KIS List-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name KISer from KIS List KISer from KIS List
ID fikhliccflabbhhgdpmnbdbeeacecncl
Offizielle URL https://chromewebstore.google.com/detail/kiser-from-kis-list/fikhliccflabbhhgdpmnbdbeeacecncl
Beschreibung KISer - a best friend to anyone creating quotes and estimates
Dateigröße 396 KB
Installationsanzahl 4,917
Aktuelle Version 1.6.17
Letztes Update 2024-01-17
Veröffentlichungsdatum 2020-09-06
Bewertung 5.00/5 Insgesamt 93 Bewertungen
Entwickler https://kislist.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://kislist.com
Hilfeseite URL https://kislist.com/step-by-step
URL der Datenschutzrichtlinien-Seite https://kislist.com/polityka-prywatnosci
Unterstützte Sprachen 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\/*"
    ]
}