NotionSocial

Preview & Schedule social media posts inside Notion.

Τι είναι το NotionSocial;

Το NotionSocial είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://notionsocial.app, και η κύρια λειτουργία του είναι "Preview & Schedule social media posts inside Notion.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NotionSocial

Λήψη αρχείων επέκτασης NotionSocial σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NotionSocial NotionSocial
ID hmekccbjjdndlipophapbddilacniidn
Επίσημο URL https://chromewebstore.google.com/detail/notionsocial/hmekccbjjdndlipophapbddilacniidn
Περιγραφή Preview & Schedule social media posts inside Notion.
Μέγεθος Αρχείου 3.11 MB
Αριθμός Εγκαταστάσεων 225
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2023-04-03
Ημερομηνία Δημοσίευσης 2023-03-14
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://notionsocial.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://notionsocial.app/
Διεύθυνση URL της Σελίδας Βοήθειας https://notionsocial.app/contact
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}