Clearview Social

Schedule shares through Clearview Social as you browse the web.

¿Qué es Clearview Social?

Clearview Social es una extensión de Chrome desarrollada por https://clearviewsocial.com, y su función principal es "Schedule shares through Clearview Social as you browse the web.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Clearview Social

Descarga archivos de extensión Clearview Social en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Clearview Social Clearview Social
ID gnehaapmnkbccpgbejmemkagaglloloh
URL Oficial https://chromewebstore.google.com/detail/clearview-social/gnehaapmnkbccpgbejmemkagaglloloh
Descripción Schedule shares through Clearview Social as you browse the web.
Tamaño del Archivo 237 KB
Cantidad de Instalaciones 511
Versión Actual 1.1.0
Última Actualización 2021-10-16
Fecha de Publicación 2020-12-12
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://clearviewsocial.com
Tipo de Pago free
Sitio Web de la Extensión https://clearviewsocial.com
URL de la Página de Ayuda http://help.clearviewsocial.com
Idiomas Soportados 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"
    }
}