Userlane

The Navigation System for software that allows anybody to use any application instantly

Userlane क्या है?

Userlane https://userlane.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Navigation System for software that allows anybody to use any application instantly"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Userlane एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Access the Userlane Digital Adoption platform on top of any underlying app to get the fastest and most relevant contextual help, right when you need it.                    

एक्सटेंशन की मूल जानकारी

नाम Userlane Userlane
ID oaienfpdbimabhlgjlbdpocbogaijnam
आधिकारिक URL https://chromewebstore.google.com/detail/userlane/oaienfpdbimabhlgjlbdpocbogaijnam
विवरण The Navigation System for software that allows anybody to use any application instantly
फ़ाइल का आकार 949 KB
स्थापना संख्या 200,000
वर्तमान संस्करण 23.7.2
अंतिम अपडेट 2024-02-23
प्रकाशन तिथि 2020-03-31
रेटिंग 5.00/5 कुल 49 रेटिंग्स
डेवलपर https://userlane.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://userlane.com
सहायता पृष्ठ URL https://userlane.com
गोपनीयता नीति पृष्ठ URL https://www.userlane.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Userlane",
    "manifest_version": 2,
    "description": "The Navigation System for software that allows anybody to use any application instantly",
    "homepage_url": "https:\/\/userlane.com\/",
    "icons": {
        "128": "commonAssets\/icons\/userlane_icon_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "commonAssets\/icons\/userlane_icon_128.png",
        "default_title": "Userlane Extension",
        "default_popup": "popup\/index.html"
    },
    "storage": {
        "managed_schema": "commonAssets\/config\/managed_schema.json"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options\/index.html",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.usln.rocks\/*",
            "*:\/\/*.userlane.com\/*"
        ]
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "snippets\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.usln.rocks\/*",
                "*:\/\/*.userlane.com\/*"
            ],
            "js": [
                "snippets\/intentpagecontentscript.js"
            ]
        }
    ],
    "version": "23.7.2"
}