Revue Chrome
Revue
What is Revue Chrome?
Revue Chrome is a Chrome extension developed by https://getrevue.co, and its main feature is "Revue".
Extension Screenshots
Download Revue Chrome Extension CRX File
Download Revue Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Revue is an editorial newsletter tool for writers and publishers. We help you build a loyal audience and monetize your newsletter using digital subscriptions, sponsoring, ads or other business models. Use our Chrome extension to easily add content to your editorial newsletter.
Extension Basic Information
Name | Revue Chrome |
ID | fdnhneinocoonabhfbmelgkcmilaokcg |
Official URL | https://chromewebstore.google.com/detail/revue-chrome/fdnhneinocoonabhfbmelgkcmilaokcg |
Description | Revue |
File Size | 573 KB |
Installation Count | 4,772 |
Current Version | 1.16 |
Last Updated | 2022-01-09 |
Publish Date | 2019-05-01 |
Rating | 4.71/5 Total 14 Ratings |
Developer | https://getrevue.co |
[email protected] | |
Payment Type | free |
Extension Website | http://www.getrevue.co |
Help Page URL | http://help.getrevue.co/ |
Privacy Policy Page URL | https://www.getrevue.co/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Revue Chrome", "short_name": "Revue", "description": "Revue", "version": "1.16", "manifest_version": 2, "icons": { "16": "images\/icon16_active.png", "48": "images\/icon48_active.png", "128": "images\/icon128_active.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": ".\/index.html" }, "permissions": [ "activeTab", "http:\/\/localhost:3000\/", "http:\/\/www.getrevue.co\/", "https:\/\/www.getrevue.co\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |