Scheduled Analytics

Get the stats of your LinkedIn posts into Notion

Was ist Scheduled Analytics?

Scheduled Analytics ist eine Chrome-Erweiterung, die von https://scheduled.fr entwickelt wurde, und ihr Hauptmerkmal ist "Get the stats of your LinkedIn posts into Notion".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Scheduled Analytics-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scheduled Analytics-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Get your LinkedIn posts analytics into Notion.

Scheduled is the chosen Notion integration tool used by soloproneurs, ghostwriters and social media teams to publish and track their LinkedIn posts from Notion.

🔘 Benefits

- Be organized by centralizing all your content in Notion
- Be disciplined and efficient by building a content process creation in Notion
- Never leave Notion to publish your LinkedIn posts
- Get your LinkedIn posts analytics in Notion automatically

🔘 Usage

(1) Use this extension to synchronize your Scheduled account with your LinkedIn profile.

(2) Connect your Notion database with your Scheduled account.

(3) Test and activate your reporting to get your stats automatically into Notion.

🔘 Features

Here is the data you'll have into Notion about your LinkedIn posts:

- The content of the post
- The publication date
- The format
- The link of the post
- The number of impressions, reactions and comments


🔘 Need help?

Contact the developer if you have any questions.

🔘 Privacy

To use this extension you'll need to sign up (or sign in) to Scheduled. Scheduled will use your LinkedIn session to get only your LinkedIn posts.                    

Grundlegende Informationen zur Erweiterung

Name Scheduled Analytics Scheduled Analytics
ID bdikgddhcelhnkbbfenlhebclojmkgbg
Offizielle URL https://chromewebstore.google.com/detail/scheduled-analytics/bdikgddhcelhnkbbfenlhebclojmkgbg
Beschreibung Get the stats of your LinkedIn posts into Notion
Dateigröße 227 KB
Installationsanzahl 279
Aktuelle Version 1.2.0
Letztes Update 2023-11-24
Veröffentlichungsdatum 2023-06-26
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://scheduled.fr
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://scheduled.so
Hilfeseite URL https://scheduled.so
URL der Datenschutzrichtlinien-Seite https://www.scheduled.so/policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scheduled Analytics",
    "description": "Get the stats of your LinkedIn posts into Notion",
    "version": "1.2.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Scheduled Analytics"
    },
    "permissions": [
        "storage",
        "cookies",
        "activeTab"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "host_permissions": [
        "https:\/\/app.scheduled.so\/*",
        "https:\/\/www.linkedin.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/app.scheduled.so"
    }
}