RAC Member Benefits browser extension

Discover RAC Member Benefits when searching online or browsing partners' websites.

What is RAC Member Benefits browser extension?

RAC Member Benefits browser extension is a Chrome extension developed by RAC WA, and its main feature is "Discover RAC Member Benefits when searching online or browsing partners' websites.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download RAC Member Benefits browser extension Extension CRX File

Download RAC Member Benefits browser extension 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

                        As an RAC member, you get great savings with retail partners like Retravision, Wizard Pharmacy, Event Cinemas and more. Our RAC Member Benefits browser extension means that the savings will seek you out, not the other way around.

Saving money and making the most of your RAC Membership is just one quick and easy download away. Once installed, whether you’re searching in Google, or browsing our proud partners’ sites, you'll get notifications of available RAC member discounts and special offers.

Lets save!
• Install the free browser extension on your Chrome browser to get started.
• Now you’re all set! Continue on as normal, searching in google, or browsing websites. 
• The next time you search in Google for one of our partners, our browser extension will display the available benefit. 
• The next time you’re on one of our partners’ websites, a yellow tab with the RAC logo will pop up in the top right-hand side corner, displaying the benefit available to you. Click on the yellow tab to reveal your exciting discount.
• Follow the prompts from there to get saving. 

To learn more about your membership and RAC member benefits visit  http://www.rac.com.au/mb                    

Extension Basic Information

Name RAC Member Benefits browser extension RAC Member Benefits browser extension
ID ckgbiiaganoopjfmifpgfglplkailglj
Official URL https://chromewebstore.google.com/detail/rac-member-benefits-brows/ckgbiiaganoopjfmifpgfglplkailglj
Description Discover RAC Member Benefits when searching online or browsing partners' websites.
File Size 1.1 MB
Installation Count 2,693
Current Version 0.1.74
Last Updated 2024-02-27
Publish Date 2023-08-21
Rating 4.67/5 Total 15 Ratings
Developer RAC WA
Email [email protected]
Payment Type free
Privacy Policy Page URL https://rac.com.au/about-rac/site-info/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RAC Member Benefits browser extension",
    "description": "Discover RAC Member Benefits when searching online or browsing partners' websites.",
    "version": "0.1.74",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; connect-src https:\/\/api.mixpanel.com data: blob: filesystem:; object-src 'self'; base-uri 'none'"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "RAC Member Benefits"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.co.nz\/*",
                "*:\/\/*.google.co.uk\/*",
                "*:\/\/*.google.com.au\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/google.co.nz\/*",
                "*:\/\/google.co.uk\/*",
                "*:\/\/google.com.au\/*",
                "*:\/\/google.com\/*"
            ],
            "js": [
                ".\/static\/js\/content_google.js"
            ],
            "all_frames": false,
            "run_at": "document_idle",
            "css": [
                "promo.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.google.co.nz\/*",
                "*:\/\/*.google.co.uk\/*",
                "*:\/\/*.google.com.au\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/google.co.nz\/*",
                "*:\/\/google.co.uk\/*",
                "*:\/\/google.com.au\/*",
                "*:\/\/google.com\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_idle",
            "css": [
                "promo.css"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.mixpanel.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*rac-badge-only.svg",
                "StagSans-BlackItalic.woff",
                "StagSans-Bold.woff",
                "StagSans-BookItalic.woff",
                "StagSans-Book.woff",
                "StagSans-Light.woff",
                "StagSans-LightItalic.woff",
                "StagSans-Medium.woff",
                "StagSans-MediumItalic.woff",
                "StagSans-SemiBold.woff",
                "StagSans-Thin.woff",
                "StagSans-ThinItalic.woff",
                "*.woff",
                "*.eot",
                "*.ttf",
                "*.woff2",
                "*.svg",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}