Notion Forms

Hide Notion widget border

Notion Forms क्या है?

Notion Forms savetonotion.so द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide Notion widget border"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        ≡ Features

* Hide Notion Widget border to put widgets inside Notion without noticing it
* Copy easily your Notion credentials by clicking on a button.

≡ Privacy

* The extension does NOT collect any data or send data to third party.                    

एक्सटेंशन की मूल जानकारी

नाम Notion Forms Notion Forms
ID lmlcnllajejljjffbfnpcmeldomdcfjn
आधिकारिक URL https://chrome.google.com/webstore/detail/notion-forms/lmlcnllajejljjffbfnpcmeldomdcfjn
विवरण Hide Notion widget border
फ़ाइल का आकार 16.99 KB
स्थापना संख्या 856
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2020-12-08
प्रकाशन तिथि 2020-12-08
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर savetonotion.so
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.notion.so/Privacy-Policy-79e2d879b3d3405ba50e800a39fe25ec
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notion Forms",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Hide Notion widget border",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.notion.so\/*"
            ],
            "css": [],
            "js": [
                "src\/custom.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/*.notion.so\/*",
        "cookies"
    ],
    "browser_action": {
        "default_popup": "src\/popup.html",
        "default_title": "Notion Forms"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-...='; object-src 'self'"
}