WebExtension.net
WebExtension.net

RapidIdentity

View on Chrome Web Store
View RapidIdentity Chrome Extension on Chrome Web Store
1.9 (31 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Provides Form-Fill SSO capabilities when used with Identity Automation’s RapidIdentity product
Type
Extension
Users
1,000,000 users
500K
Identity Automation Inc
View author page of Identity Automation Inc
Published
Published on March 17, 2017
Version 2023.5.16.1
Manifest version
2
Updated
Updated on June 28, 2023
View on Chrome Web Store
View RapidIdentity Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "manifest_version": 2,
    "name": "RapidIdentity",
    "version": "2023.5.16.1",
    "author": "Identity Automation, LP",
    "description": "Provides Form-Fill SSO capabilities when used with Identity Automation\u2019s RapidIdentity product",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "icon128.png",
        "256": "icon.png"
    },
    "permissions": [
        "tabs",
        "nativeMessaging",
        "webRequest",
        "webRequestBlocking",
        "<all_urls>"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top