RPass

RPass extension by Rippling

What is RPass?

RPass is a Chrome extension developed by Rippling, and its main feature is "RPass extension by Rippling".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download RPass Extension CRX File

Download RPass 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

                        Access to RPass is by invitation only.  If your Rippling account manager has enabled RPass on your account, go ahead and install it here.                    

Extension Basic Information

Name RPass RPass
ID mobhfbcgjoleoljhpkkdhopdiemlocka
Official URL https://chromewebstore.google.com/detail/rpass/mobhfbcgjoleoljhpkkdhopdiemlocka
Description RPass extension by Rippling
File Size 18.33 MB
Installation Count 41,107
Current Version 3.1.3
Last Updated 2024-02-22
Publish Date 2020-07-03
Rating 2.55/5 Total 31 Ratings
Developer Rippling
Email [email protected]
Payment Type free
Privacy Policy Page URL https://app.rippling.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RPass",
    "description": "RPass extension by Rippling",
    "version": "3.1.3",
    "icons": {
        "16": "public\/assets\/rpass_16.png",
        "32": "public\/assets\/rpass_32.png",
        "48": "public\/assets\/rpass_48.png",
        "128": "public\/assets\/rpass_128.png"
    },
    "action": {
        "default_icon": {
            "32": "public\/assets\/rpass_32.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "public\/assets\/scripts\/jquery.min.js",
                "public\/assets\/scripts\/jqueryKeys.min.js",
                "content_script.js"
            ],
            "css": [
                "public\/extension.css"
            ],
            "runAt": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/rum.browser-intake-datadoghq.com\/*",
        "*:\/\/logs.browser-intake-datadoghq.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "addPassword.html",
                "passwordOption.html",
                "twoFactorCodeAfterCredentialSubmit.html",
                "public\/assets\/*.png",
                "public\/assets\/*.svg",
                "public\/extension.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; font-src 'self' https:\/\/* data: ; script-src 'self' ; connect-src 'self' * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' https: data:;"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.rippling.com\/*",
            "https:\/\/*.ripplingci.com\/*"
        ],
        "ids": [
            "akcljdkpppokdcbopdcbkokilfdddhoi"
        ]
    }
}