Revere Chrome Extension

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

Wat is Revere Chrome Extension?

Revere Chrome Extension is een Chrome-extensie ontwikkeld door https://revereapp.com, en de belangrijkste functie is "A companion to the Revere app that lets you quickly add notes from your Chrome browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Revere Chrome Extension

Download Revere Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Revere Chrome Extension Revere Chrome Extension
ID fmibjefcmdhoeomfojpogiaonngjoijj
Officiële URL https://chromewebstore.google.com/detail/revere-chrome-extension/fmibjefcmdhoeomfojpogiaonngjoijj
Beschrijving A companion to the Revere app that lets you quickly add notes from your Chrome browser.
Bestandsgrootte 448 KB
Aantal Installaties 314
Huidige Versie 0.1
Laatst Bijgewerkt 2018-11-05
Publicatiedatum 2018-11-05
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://revereapp.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.revereapp.com
URL van de Privacybeleid Pagina https://www.revereapp.com/privacy-policy
Ondersteunde Talen 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"
    ]
}