Revere Chrome Extension

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

Revere Chrome Extension là gì?

Revere Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://revereapp.com, và tính năng chính của nó là "A companion to the Revere app that lets you quickly add notes from your Chrome browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Revere Chrome Extension

Tải xuống các tệp mở rộng Revere Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • 
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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Revere Chrome Extension Revere Chrome Extension
ID fmibjefcmdhoeomfojpogiaonngjoijj
URL Chính Thức https://chromewebstore.google.com/detail/revere-chrome-extension/fmibjefcmdhoeomfojpogiaonngjoijj
Mô tả A companion to the Revere app that lets you quickly add notes from your Chrome browser.
Kích Thước Tệp 448 KB
Số Lần Cài Đặt 314
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-11-05
Ngày Phát Hành 2018-11-05
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://revereapp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.revereapp.com
URL Trang Chính Sách Bảo Mật https://www.revereapp.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}