NotionSocial

Preview & Schedule social media posts inside Notion.

Cos'è NotionSocial?

NotionSocial è un'estensione di Chrome sviluppata da https://notionsocial.app, e la sua funzione principale è "Preview & Schedule social media posts inside Notion.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NotionSocial

Scarica i file di estensione NotionSocial in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NotionSocial NotionSocial
ID hmekccbjjdndlipophapbddilacniidn
URL Ufficiale https://chromewebstore.google.com/detail/notionsocial/hmekccbjjdndlipophapbddilacniidn
Descrizione Preview & Schedule social media posts inside Notion.
Dimensione del File 3.11 MB
Conteggio Installazioni 225
Versione Corrente 1.1.1
Ultimo Aggiornamento 2023-04-03
Data di Pubblicazione 2023-03-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://notionsocial.app
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://notionsocial.app/
URL della Pagina di Aiuto https://notionsocial.app/contact
Lingue Supportate 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"
            ]
        }
    ]
}