Revere Chrome Extension

A companion to the Revere app that lets you quickly add notes from your Chrome browser.

Revere Chrome Extension란 무엇입니까?

Revere Chrome Extension은(는) https://revereapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A companion to the Revere app that lets you quickly add notes from your Chrome browser."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • 
Revere is a notes app for notes about people. It's a place to keep all the details about the important people in your life. Things like your last conversation, someone's favourite drink, or their family member's names. And with reminders, Revere makes sure you never forget to reach out when life gets busy.

This extension is a companion to the Revere mobile app and requires a Revere account (you can't sign-up through the extension). To create an account, download the Revere app to your phone (link available on revereapp.com). Revere is currently only available on iOS.                    

확장 프로그램 기본 정보

이름 Revere Chrome Extension Revere Chrome Extension
ID fmibjefcmdhoeomfojpogiaonngjoijj
공식 URL https://chromewebstore.google.com/detail/revere-chrome-extension/fmibjefcmdhoeomfojpogiaonngjoijj
설명 A companion to the Revere app that lets you quickly add notes from your Chrome browser.
파일 크기 448 KB
설치 횟수 314
현재 버전 0.1
최근 업데이트 2018-11-05
출시 날짜 2018-11-05
평점 3.00/5 총 2 개의 평점
개발자 https://revereapp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.revereapp.com
개인정보 보호 정책 페이지 URL https://www.revereapp.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Revere Chrome Extension",
    "description": "A companion to the Revere app that lets you quickly add notes from your Chrome browser.",
    "version": "0.1",
    "manifest_version": 2,
    "icons": {
        "64": "resources\/images\/revere-active-64.png",
        "128": "resources\/images\/revere-active-128.png",
        "256": "resources\/images\/revere-active-256.png"
    },
    "browser_action": {
        "default_title": "Revere",
        "default_popup": "html\/popup\/popup.html",
        "default_icon": {
            "64": "resources\/images\/revere-inactive-64.png",
            "128": "resources\/images\/revere-inactive-128.png",
            "256": "resources\/images\/revere-inactive-256.png"
        }
    },
    "background": {
        "scripts": [
            "scripts\/vendor\/firebase.min.js",
            "scripts\/background\/firebaseConnect.js",
            "scripts\/background\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}