Pastel

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

Was ist Pastel?

Pastel ist eine Chrome-Erweiterung, die von https://usepastel.com entwickelt wurde, und ihr Hauptmerkmal ist "The Pastel browser extension allows users to use canvases for websites behind VPNs and firewalls, and in other complex situations.".

Erweiterungsscreenshots

screenshot
screenshot

Pastel-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pastel-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pastel Pastel
ID pogpefpnemelncamdkcigobcdilekfpk
Offizielle URL https://chromewebstore.google.com/detail/pastel/pogpefpnemelncamdkcigobcdilekfpk
Beschreibung The Pastel browser extension allows users to use canvases for websites behind VPNs and firewalls, and in other complex situations.
Dateigröße 151 KB
Installationsanzahl 244
Aktuelle Version 1.0.4
Letztes Update 2023-11-02
Veröffentlichungsdatum 2023-06-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://usepastel.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://usepastel.com
Hilfeseite URL https://help.usepastel.com/en/
URL der Datenschutzrichtlinien-Seite https://usepastel.com/privacy
Unterstützte Sprachen 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": [
        ""
    ]
}