NotionSocial

Preview & Schedule social media posts inside Notion.

O que é NotionSocial?

NotionSocial é uma extensão do Chrome desenvolvida por https://notionsocial.app, e sua principal característica é "Preview & Schedule social media posts inside Notion.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão NotionSocial

Baixe arquivos de extensão NotionSocial no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NotionSocial NotionSocial
ID hmekccbjjdndlipophapbddilacniidn
URL Oficial https://chromewebstore.google.com/detail/notionsocial/hmekccbjjdndlipophapbddilacniidn
Descrição Preview & Schedule social media posts inside Notion.
Tamanho do Arquivo 3.11 MB
Contagem de Instalações 225
Versão Atual 1.1.1
Última Atualização 2023-04-03
Data de Publicação 2023-03-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://notionsocial.app
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://notionsocial.app/
URL da Página de Ajuda https://notionsocial.app/contact
Idiomas Suportados 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"
            ]
        }
    ]
}