Latest Review from Rave Review

Check out the latest product review from Jay at Rave Review.

What is Latest Review from Rave Review?

Latest Review from Rave Review is a Chrome extension developed by Rave-Review, and its main feature is "Check out the latest product review from Jay at Rave Review.".

Extension Screenshots

screenshot

Download Latest Review from Rave Review Extension CRX File

Download Latest Review from Rave Review 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

                        Watch the latest product review from Jay at Rave Review.

Rave Review does honest reviews of Internet Marketing, SEO and Video Marketing software and training.

A new review will be posted weekly.

Within the Rave Review extension you can watch the latest review as well as connect with Jay to ask questions about the product or head right over to the sales page to make a purchase.

I look forward to connecting with you!                    

Extension Basic Information

Name Latest Review from Rave Review Latest Review from Rave Review
ID hcelhlmgcnnleamcehfkjcgdembehlpn
Official URL https://chromewebstore.google.com/detail/latest-review-from-rave-r/hcelhlmgcnnleamcehfkjcgdembehlpn
Description Check out the latest product review from Jay at Rave Review.
File Size 17.65 KB
Installation Count 114
Current Version 0.3
Last Updated 2017-10-01
Publish Date 2017-10-01
Rating 5.00/5 Total 1 Ratings
Developer Rave-Review
Email [email protected]
Payment Type free
Extension Website https://www.ravereview.biz
Privacy Policy Page URL https://www.ravereview.biz/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Latest Review from Rave Review",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Check out the latest product review from Jay at Rave Review.",
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Rave-Review-Chrome-Logo.png",
        "default_title": "Check out the latest product review from Jay at Rave Review.",
        "default_popup": "extension.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "Rave-Review-Chrome-Logo.png"
    }
}