Revere Chrome Extension

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

O que é Revere Chrome Extension?

Revere Chrome Extension é uma extensão do Chrome desenvolvida por https://revereapp.com, e sua principal característica é "A companion to the Revere app that lets you quickly add notes from your Chrome browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Revere Chrome Extension

Baixe arquivos de extensão Revere Chrome Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Revere Chrome Extension Revere Chrome Extension
ID fmibjefcmdhoeomfojpogiaonngjoijj
URL Oficial https://chromewebstore.google.com/detail/revere-chrome-extension/fmibjefcmdhoeomfojpogiaonngjoijj
Descrição A companion to the Revere app that lets you quickly add notes from your Chrome browser.
Tamanho do Arquivo 448 KB
Contagem de Instalações 314
Versão Atual 0.1
Última Atualização 2018-11-05
Data de Publicação 2018-11-05
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://revereapp.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.revereapp.com
URL da Página de Política de Privacidade https://www.revereapp.com/privacy-policy
Idiomas Suportados 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"
    ]
}