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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}