Scheduled Analytics
Get the stats of your LinkedIn posts into Notion
Scheduled Analyticsคืออะไร?
Scheduled Analytics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scheduled.fr และคุณลักษณะหลักของมันคือ "Get the stats of your LinkedIn posts into Notion"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scheduled Analytics
ดาวน์โหลดไฟล์ส่วนขยาย Scheduled Analytics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } } |