Rocket Referrals

Rocket Referrals extensions

What is Rocket Referrals?

Rocket Referrals is a Chrome extension developed by https://rocketreferrals.com, and its main feature is "Rocket Referrals extensions".

Extension Screenshots

screenshot
screenshot

Download Rocket Referrals Extension CRX File

Download Rocket Referrals 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

                        Display the latest Rocket Referrals NPS for a contact in QQ Catalyst and AMS 360.

You must have an open Rocket Referrals tab and be signed in for this extension to function properly.                    

Extension Basic Information

Name Rocket Referrals Rocket Referrals
ID lhbjhpeeopcoblkhlndbnhgdecmmmpal
Official URL https://chromewebstore.google.com/detail/rocket-referrals/lhbjhpeeopcoblkhlndbnhgdecmmmpal
Description Rocket Referrals extensions
File Size 26.76 KB
Installation Count 98
Current Version 1.2.1
Last Updated 2020-06-18
Publish Date 2020-06-17
Developer https://rocketreferrals.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.rocketreferrals.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rocket Referrals",
    "version": "1.2.1",
    "description": "Rocket Referrals extensions",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "https:\/\/app.qqcatalyst.com\/",
        "https:\/\/app.rocketreferrals.com\/",
        "https:\/\/dev.rocketreferrals.com\/",
        "https:\/\/www.ams360.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "manifest_version": 2
}