Scheduled Analytics
Get the stats of your LinkedIn posts into Notion
Scheduled Analytics क्या है?
Scheduled Analytics https://scheduled.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the stats of your LinkedIn posts into Notion"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scheduled Analytics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |