Crowdfire
Crowdfire
Crowdfire क्या है?
Crowdfire https://crowdfireapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Crowdfire"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crowdfire एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Post to all your social media accounts profiles at once. Just sign in with your existing accounts and start sharing. KEY FEATURES + Create and share posts from any tab directly from the toolbar icon. + Share posts immediately, schedule for a specific time or choose “Best Time” and Crowdfire will share your post at a time when your followers tend to be most active. + Right click on any web page, image or selected text to easily share specific content.
एक्सटेंशन की मूल जानकारी
नाम | Crowdfire |
ID | jgnbklefkgedfbpjebhjgibfnobjcbli |
आधिकारिक URL | https://chromewebstore.google.com/detail/crowdfire/jgnbklefkgedfbpjebhjgibfnobjcbli |
विवरण | Crowdfire |
फ़ाइल का आकार | 13.57 MB |
स्थापना संख्या | 3,404 |
वर्तमान संस्करण | 6.5.3 |
अंतिम अपडेट | 2021-09-28 |
प्रकाशन तिथि | 2020-03-19 |
रेटिंग | 3.53/5 कुल 80 रेटिंग्स |
डेवलपर | https://crowdfireapp.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.crowdfireapp.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crowdfire", "description": "Crowdfire", "version": "6.5.3", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon16.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "js": [ "scripts\/init.js" ] }, { "matches": [ "*:\/\/*.twitter.com\/*" ], "exclude_matches": [ "*:\/\/tweetdeck.twitter.com\/*" ], "js": [ "scripts\/content-twitter.js" ], "css": [ "styles\/content-twitter.css" ] } ], "permissions": [ "notifications", "contextMenus" ], "web_accessible_resources": [ "*.png", "*.html", "*.css" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self';" } |