Clearview Social
Schedule shares through Clearview Social as you browse the web.
Qu'est-ce que Clearview Social ?
Clearview Social est une extension Chrome développée par https://clearviewsocial.com, et sa fonction principale est "Schedule shares through Clearview Social as you browse the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clearview Social
Téléchargez les fichiers d'extension Clearview Social au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Clearview Social |
ID | gnehaapmnkbccpgbejmemkagaglloloh |
URL Officiel | https://chromewebstore.google.com/detail/clearview-social/gnehaapmnkbccpgbejmemkagaglloloh |
Description | Schedule shares through Clearview Social as you browse the web. |
Taille du Fichier | 237 KB |
Nombre d'Installations | 511 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2021-10-16 |
Date de Publication | 2020-12-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://clearviewsocial.com |
Type de Paiement | free |
Site Web de l'Extension | https://clearviewsocial.com |
URL de la Page d'Aide | http://help.clearviewsocial.com |
Langues Prises en Charge | 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" } } |