NotionSocial

Preview & Schedule social media posts inside Notion.

Co je NotionSocial?

NotionSocial je rozšíření Chrome vyvinuté https://notionsocial.app, a jeho hlavní funkcí je „Preview & Schedule social media posts inside Notion.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření NotionSocial

Stáhněte si soubory rozšíření NotionSocial ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Preview how your post will look like on social platforms, While creating it inside Notion.

Features:
🔌Plug & Play; Works for any database.
 👀 Preview posts on Facebook,Instagram, and Twitter.
⚠️ Highlights any content issues beforehand.
🎉 Schedule & Publish posts by connecting with NotionSocial.
✍️ Guides you step by step while creating a post.

Powered by NotionSocial, a tool that allows you to schedule posts from Notion to multiple social platforms,
Visit https://notionsocial.app to learn more.                    

Základní Informace o Rozšíření

Název NotionSocial NotionSocial
ID hmekccbjjdndlipophapbddilacniidn
Oficiální URL https://chromewebstore.google.com/detail/notionsocial/hmekccbjjdndlipophapbddilacniidn
Popis Preview & Schedule social media posts inside Notion.
Velikost souboru 3.11 MB
Počet instalací 225
Aktuální Verze 1.1.1
Poslední Aktualizace 2023-04-03
Datum Vydání 2023-03-14
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://notionsocial.app
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://notionsocial.app/
URL Stránky Nápovědy https://notionsocial.app/contact
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.1.1",
    "author": "pul",
    "name": "NotionSocial",
    "description": "Preview & Schedule social media posts inside Notion.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "js": [
                "contents.77d90920.js"
            ],
            "css": [
                "style.db33e7dc.css",
                "contents.9cda656c.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.notion.so\/*",
        "https:\/\/*.notion.com\/*",
        "https:\/\/us-central1-notionsocial.cloudfunctions.net\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.notion.so\/"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "extension_ids": [],
            "matches": [
                "https:\/\/www.notion.so\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "resources": [
                "sidebar-button-bg.63ce33e1.svg",
                "contents.d5ab6069.css",
                "contents.0620923b.css",
                "contents.e420a7cd.css",
                "contents.97514675.css",
                "contents.00190e40.css",
                "contents.28e75465.css"
            ]
        }
    ]
}