Clearview Social

Schedule shares through Clearview Social as you browse the web.

什麼是Clearview Social?

Clearview Social是由https://clearviewsocial.com開發的Chrome擴展程式,該擴展的主要功能是“Schedule shares through Clearview Social as you browse the web.”。

擴展截圖

screenshot
screenshot

下載Clearview Social擴展crx文件

下載Clearview Social擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Clearview Social
ID gnehaapmnkbccpgbejmemkagaglloloh
官方網址 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"
    }
}