Notion Forms
Hide Notion widget border
Co to jest Notion Forms?
Notion Forms to rozszerzenie Chrome opracowane przez savetonotion.so, a jego główną funkcją jest „Hide Notion widget border”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Notion Forms
Pobierz pliki rozszerzeń Notion Forms w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
≡ 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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lmlcnllajejljjffbfnpcmeldomdcfjn |
| Oficjalny URL | https://chrome.google.com/webstore/detail/notion-forms/lmlcnllajejljjffbfnpcmeldomdcfjn |
| Opis | Hide Notion widget border |
| Rozmiar pliku | 16.99 KB |
| Liczba instalacji | 856 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2020-12-08 |
| Data Publikacji | 2020-12-08 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | savetonotion.so |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://www.notion.so/Privacy-Policy-79e2d879b3d3405ba50e800a39fe25ec |
| Obsługiwane Języki | 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'"
} | |