Revere Chrome Extension

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

Cos'è Revere Chrome Extension?

Revere Chrome Extension è un'estensione di Chrome sviluppata da https://revereapp.com, e la sua funzione principale è "A companion to the Revere app that lets you quickly add notes from your Chrome browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Revere Chrome Extension

Scarica i file di estensione Revere Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Revere Chrome Extension Revere Chrome Extension
ID fmibjefcmdhoeomfojpogiaonngjoijj
URL Ufficiale https://chromewebstore.google.com/detail/revere-chrome-extension/fmibjefcmdhoeomfojpogiaonngjoijj
Descrizione A companion to the Revere app that lets you quickly add notes from your Chrome browser.
Dimensione del File 448 KB
Conteggio Installazioni 314
Versione Corrente 0.1
Ultimo Aggiornamento 2018-11-05
Data di Pubblicazione 2018-11-05
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://revereapp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.revereapp.com
URL della Pagina della Politica sulla Privacy https://www.revereapp.com/privacy-policy
Lingue Supportate 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"
    ]
}