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": [
        ""
    ]
}