SocialPilot
Easily Schedule Posts Across Multiple Social Media accounts
SocialPilot क्या है?
SocialPilot https://www.socialpilot.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily Schedule Posts Across Multiple Social Media accounts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SocialPilot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
SocialPilot lets you create schedules for postings on your social media profiles, pages and groups on Facebook, LinkedIn, Twitter to increase engagement and make your presence felt. It creates a whole new way of connecting to millions of users across the globe. It helps marketers to recognize and build trusted connections. It has following feature 1) Helps to connect unlimited accounts: It allows you to connect your all facebook, twitter and linkedin accounts including facebook pages and linkedin pages. 2) Helps to schedule posts: You can easily schedule your post to be shared at anytime for Facebook, twitter and linkedin. 3) Easily create posts: With very easy to use UI, you can create your post to share on social media accounts. 4) Managing groups: SocialPilot has specially designed the feature to categorized all connected accounts by group 5) Feeds Automation: With SocialPilot, you can easily share new posts and contents from famous websites on your social media profile. SocialPilot is a meticulously crafted tool that saves marketers money, time and efforts
एक्सटेंशन की मूल जानकारी
नाम | SocialPilot |
ID | cabldpgmkejdhjbgmeooocablkljdbcg |
आधिकारिक URL | https://chromewebstore.google.com/detail/socialpilot/cabldpgmkejdhjbgmeooocablkljdbcg |
विवरण | Easily Schedule Posts Across Multiple Social Media accounts |
फ़ाइल का आकार | 222 KB |
स्थापना संख्या | 5,301 |
वर्तमान संस्करण | 1.3.8 |
अंतिम अपडेट | 2023-09-07 |
प्रकाशन तिथि | 2020-06-11 |
रेटिंग | 4.15/5 कुल 34 रेटिंग्स |
डेवलपर | https://www.socialpilot.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.socialpilot.co/ |
सहायता पृष्ठ URL | https://help.socialpilot.co/ |
गोपनीयता नीति पृष्ठ URL | https://socialpilot.co/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "SocialPilot", "icons": { "128": "icons\/icon128.png", "48": "icons\/Logo.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "js\/*", "icons\/*" ], "description": "Easily Schedule Posts Across Multiple Social Media accounts", "background": { "page": "background.html" }, "homepage_url": "https:\/\/socialpilot.co", "version": "1.3.8", "options_page": "options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "icons\/Logo.png", "default_title": "SocialPilot" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |