СП Комфорт

Автоматизация работы организаторов совместных покупок

What is СП Комфорт?

СП Комфорт is a Chrome extension developed by https://spkomfort.ru, and its main feature is "Автоматизация работы организаторов совместных покупок".

Extension Screenshots

screenshot

Download СП Комфорт Extension CRX File

Download СП Комфорт extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Данное расширение является вспомогательным средством для программы, которая автоматизирует работу организаторов совместных покупок.                    

Extension Basic Information

Name СП Комфорт СП Комфорт
ID ghekjjjblglghmfilbegfjhphfgdemid
Official URL https://chromewebstore.google.com/detail/%D1%81%D0%BF-%D0%BA%D0%BE%D0%BC%D1%84%D0%BE%D1%80%D1%82/ghekjjjblglghmfilbegfjhphfgdemid
Description Автоматизация работы организаторов совместных покупок
File Size 18.58 KB
Installation Count 387
Current Version 3.1.7
Last Updated 2022-06-05
Publish Date 2020-06-06
Rating 4.00/5 Total 2 Ratings
Developer https://spkomfort.ru
Email [email protected]
Payment Type free
Privacy Policy Page URL https://spkomfort.ru/privacy.php
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "\u0421\u041f \u041a\u043e\u043c\u0444\u043e\u0440\u0442",
    "description": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\u043e\u0432 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u044b\u0445 \u043f\u043e\u043a\u0443\u043f\u043e\u043a",
    "browser_action": {
        "default_icon": "image_16.png",
        "default_title": "\u0421\u041f \u041a\u043e\u043c\u0444\u043e\u0440\u0442"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/oauth.vk.com\/blank.html",
                "https:\/\/spkomfort.com\/*",
                "https:\/\/api.vk.com\/method\/*",
                "https:\/\/vk.com\/im?sel=*",
                "https:\/\/m.vk.com\/mail?act=show&peer=*"
            ],
            "js": [
                "upload.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "image_16.png",
        "48": "image_48.png",
        "128": "image_128.png"
    },
    "homepage_url": "https:\/\/spkomfort.com\/",
    "permissions": [
        "tabs",
        "https:\/\/oauth.vk.com\/blank.html",
        "https:\/\/spkomfort.com\/*",
        "https:\/\/api.vk.com\/method\/*",
        "https:\/\/vk.com\/im?sel=*",
        "https:\/\/m.vk.com\/mail?act=show&peer=*"
    ],
    "version": "3.1.7"
}