Pastel

The Pastel browser extension allows users to use canvases for websites behind VPNs and firewalls, and in other complex situations.

Что такое Pastel?

Pastel - это расширение Chrome, разработанное https://usepastel.com, и его основная функция - "The Pastel browser extension allows users to use canvases for websites behind VPNs and firewalls, and in other complex situations.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Pastel

Скачайте файлы расширений Pastel в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Share visual feedback on any website, in one click. 

With Pastel's free Chrome extension, you can create an interactive canvas and comment on any website, leaving feedback for your designers, developers or clients. Just share a link and let anyone join the conversation.

With the Pastel Chrome extension, you can also reliably enable the Pastel canvas experience for websites hosted behind VPNs and firewalls, and in other complex situations.                    

Основная информация о расширении

Название Pastel Pastel
ID pogpefpnemelncamdkcigobcdilekfpk
Официальный URL https://chromewebstore.google.com/detail/pastel/pogpefpnemelncamdkcigobcdilekfpk
Описание The Pastel browser extension allows users to use canvases for websites behind VPNs and firewalls, and in other complex situations.
Размер файла 151 KB
Количество установок 244
Текущая Версия 1.0.4
Последнее Обновление 2023-11-02
Дата публикации 2023-06-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://usepastel.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://usepastel.com
URL страницы помощи https://help.usepastel.com/en/
URL страницы политики конфиденциальности https://usepastel.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.754a7afc.png",
        "32": "icon32.plasmo.1b596b7f.png",
        "48": "icon48.plasmo.9c45e82d.png",
        "64": "icon64.plasmo.696cf0ec.png",
        "128": "icon128.plasmo.f5004619.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.754a7afc.png",
            "32": "icon32.plasmo.1b596b7f.png",
            "48": "icon48.plasmo.9c45e82d.png",
            "64": "icon64.plasmo.696cf0ec.png",
            "128": "icon128.plasmo.f5004619.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.4",
    "author": "Pastel",
    "name": "Pastel",
    "description": "The Pastel browser extension allows users to use canvases for websites behind VPNs and firewalls, and in other complex situations.",
    "background": {
        "service_worker": "background.b78a8f7f.js"
    },
    "permissions": [
        "tabs",
        "declarativeNetRequestWithHostAccess",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}