Revere Chrome Extension

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

Vad är Revere Chrome Extension?

Revere Chrome Extension är en Chrome-tillägg utvecklad av https://revereapp.com, och dess huvudfunktion är "A companion to the Revere app that lets you quickly add notes from your Chrome browser.".

Tilläggsskärmbilder

screenshot

Ladda ner Revere Chrome Extension-förlängningens CRX-fil

Ladda ner Revere Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Revere Chrome Extension Revere Chrome Extension
ID fmibjefcmdhoeomfojpogiaonngjoijj
Officiell webbadress https://chromewebstore.google.com/detail/revere-chrome-extension/fmibjefcmdhoeomfojpogiaonngjoijj
Beskrivning A companion to the Revere app that lets you quickly add notes from your Chrome browser.
Filstorlek 448 KB
Antal Installationer 314
Aktuell Version 0.1
Senast Uppdaterad 2018-11-05
Publiceringsdatum 2018-11-05
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://revereapp.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.revereapp.com
URL till Sekretesspolicy Sidan https://www.revereapp.com/privacy-policy
Stödda Språk 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"
    ]
}