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
公式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"
    }
}