Pastel

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

Pastel क्या है?

Pastel 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Pastel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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