Clearview Social
Schedule shares through Clearview Social as you browse the web.
Clearview Social क्या है?
Clearview Social https://clearviewsocial.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Schedule shares through Clearview Social as you browse the web."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clearview Social एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Please note: This app is intended for users that are already signed up by their organization to use Clearview Social. With the Clearview Social Chrome Extension, you can schedule articles to share through Clearview Social as you browse the web. You can also suggest articles to your Clearview administrator to add to future queues. If you are a Clearview Social administrator, you can add content to your queues that you send out to your professionals. Take your social media skills to the next level with Clearview Social!
एक्सटेंशन की मूल जानकारी
नाम | Clearview Social |
ID | gnehaapmnkbccpgbejmemkagaglloloh |
आधिकारिक URL | https://chromewebstore.google.com/detail/clearview-social/gnehaapmnkbccpgbejmemkagaglloloh |
विवरण | Schedule shares through Clearview Social as you browse the web. |
फ़ाइल का आकार | 237 KB |
स्थापना संख्या | 511 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2021-10-16 |
प्रकाशन तिथि | 2020-12-12 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://clearviewsocial.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://clearviewsocial.com |
सहायता पृष्ठ URL | http://help.clearviewsocial.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clearview Social", "version": "1.1.0", "description": "Schedule shares through Clearview Social as you browse the web.", "short_name": "Clearview Social", "permissions": [ "cookies", "tabs", "https:\/\/*.clearviewsocial.com\/" ], "content_security_policy": "script-src 'self' https:\/\/*.clearviewsocial.com 'unsafe-eval'; object-src 'self' https:\/\/*.clearviewsocial.com", "browser_action": { "default_title": "Clearview Social", "default_popup": "share.html", "default_icon": { "16": "icons\/cvs-16.png", "32": "icons\/cvs-32.png", "48": "icons\/cvs-48.png", "128": "icons\/cvs-128.png" } }, "icons": { "16": "icons\/cvs-16.png", "32": "icons\/cvs-32.png", "48": "icons\/cvs-48.png", "128": "icons\/cvs-128.png" } } |