Revue Chrome

Revue

Revue Chrome란 무엇입니까?

Revue Chrome은(는) https://getrevue.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Revue"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Revue Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Revue is an editorial newsletter tool for writers and publishers. We help you build a loyal audience and monetize your newsletter using digital subscriptions, sponsoring, ads or other business models.

Use our Chrome extension to easily add content to your editorial newsletter.                    

확장 프로그램 기본 정보

이름 Revue Chrome Revue Chrome
ID fdnhneinocoonabhfbmelgkcmilaokcg
공식 URL https://chromewebstore.google.com/detail/revue-chrome/fdnhneinocoonabhfbmelgkcmilaokcg
설명 Revue
파일 크기 573 KB
설치 횟수 4,772
현재 버전 1.16
최근 업데이트 2022-01-09
출시 날짜 2019-05-01
평점 4.71/5 총 14 개의 평점
개발자 https://getrevue.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.getrevue.co
도움말 페이지 URL http://help.getrevue.co/
개인정보 보호 정책 페이지 URL https://www.getrevue.co/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Revue Chrome",
    "short_name": "Revue",
    "description": "Revue",
    "version": "1.16",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16_active.png",
        "48": "images\/icon48_active.png",
        "128": "images\/icon128_active.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": ".\/index.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/localhost:3000\/",
        "http:\/\/www.getrevue.co\/",
        "https:\/\/www.getrevue.co\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}