Social Sender
This extension will send messages to businesses via multiple social sites, automatically.
Social Sender क्या है?
Social Sender Social Sender द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will send messages to businesses via multiple social sites, automatically."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Social Sender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Social Sender Chrome extension will allow you to message local businesses via multiple social media platforms automatically on a schedule.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bjcibhlfjplfokfbjncfcbldoofffcil |
आधिकारिक URL | https://chromewebstore.google.com/detail/social-sender/bjcibhlfjplfokfbjncfcbldoofffcil |
विवरण | This extension will send messages to businesses via multiple social sites, automatically. |
फ़ाइल का आकार | 17.78 MB |
स्थापना संख्या | 25 |
वर्तमान संस्करण | 0.8.4 |
अंतिम अपडेट | 2020-08-27 |
प्रकाशन तिथि | 2020-03-10 |
डेवलपर | Social Sender |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.socialsender.cc |
गोपनीयता नीति पृष्ठ URL | http://www.socialsender.cc/privacypolicy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Sender", "description": "This extension will send messages to businesses via multiple social sites, automatically.", "version": "0.8.4", "permissions": [ "https:\/\/*.facebook.com\/", "https:\/\/*.instagram.com\/", "https:\/\/*.linkedin.com\/", "https:\/\/*.socialsender.cc\/", "tabs", "debugger", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" } }, "background": { "scripts": [ "jquery-3.4.1.min.js", "background.js" ], "persistent": true } } |