NotionSocial

Preview & Schedule social media posts inside Notion.

What is NotionSocial?

NotionSocial is a Chrome extension developed by https://notionsocial.app, and its main feature is "Preview & Schedule social media posts inside Notion.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download NotionSocial Extension CRX File

Download NotionSocial extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NotionSocial NotionSocial
ID hmekccbjjdndlipophapbddilacniidn
Official URL https://chromewebstore.google.com/detail/notionsocial/hmekccbjjdndlipophapbddilacniidn
Description Preview & Schedule social media posts inside Notion.
File Size 3.11 MB
Installation Count 225
Current Version 1.1.1
Last Updated 2023-04-03
Publish Date 2023-03-14
Rating 5.00/5 Total 1 Ratings
Developer https://notionsocial.app
Email [email protected]
Payment Type in_app
Extension Website https://notionsocial.app/
Help Page URL https://notionsocial.app/contact
Supported Languages 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"
            ]
        }
    ]
}