Scheduled Analytics

Get the stats of your LinkedIn posts into Notion

Scheduled Analytics란 무엇입니까?

Scheduled Analytics은(는) https://scheduled.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the stats of your LinkedIn posts into Notion"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Scheduled Analytics 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Scheduled Analytics Scheduled Analytics
ID bdikgddhcelhnkbbfenlhebclojmkgbg
공식 URL https://chromewebstore.google.com/detail/scheduled-analytics/bdikgddhcelhnkbbfenlhebclojmkgbg
설명 Get the stats of your LinkedIn posts into Notion
파일 크기 227 KB
설치 횟수 279
현재 버전 1.2.0
최근 업데이트 2023-11-24
출시 날짜 2023-06-26
평점 5.00/5 총 6 개의 평점
개발자 https://scheduled.fr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://scheduled.so
도움말 페이지 URL https://scheduled.so
개인정보 보호 정책 페이지 URL https://www.scheduled.so/policy
지원되는 언어 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"
    }
}