Revere Chrome Extension
A companion to the Revere app that lets you quickly add notes from your Chrome browser.
ما هو Revere Chrome Extension؟
Revere Chrome Extension هو إضافة Chrome تم تطويرها بواسطة https://revereapp.com، والميزة الرئيسية لها هي "A companion to the Revere app that lets you quickly add notes from your Chrome browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Revere Chrome Extension
قم بتنزيل ملفات الامتداد Revere Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • 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.
معلومات أساسية عن التمديد
الاسم | Revere Chrome Extension |
ID | fmibjefcmdhoeomfojpogiaonngjoijj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/revere-chrome-extension/fmibjefcmdhoeomfojpogiaonngjoijj |
الوصف | A companion to the Revere app that lets you quickly add notes from your Chrome browser. |
حجم الملف | 448 KB |
عدد التثبيتات | 314 |
النسخة الحالية | 0.1 |
آخر تحديث | 2018-11-05 |
تاريخ النشر | 2018-11-05 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | https://revereapp.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.revereapp.com |
عنوان صفحة سياسة الخصوصية | https://www.revereapp.com/privacy-policy |
اللغات المدعومة | 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" ] } |