Verasoft Device ID

Virtual Device ID Generator

Verasoft Device ID क्या है?

Verasoft Device ID Verasoft LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Virtual Device ID Generator"।

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

screenshot

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

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

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

                        This extension identifies the device you are using for Verasoft software systems, so that your device properly communicates with designated printers, credit card terminals, and other necessary accessories.                    

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

नाम Verasoft Device ID Verasoft Device ID
ID dgfheoodkminepefbhbadjhemnfjpife
आधिकारिक URL https://chrome.google.com/webstore/detail/verasoft-device-id/dgfheoodkminepefbhbadjhemnfjpife
विवरण Virtual Device ID Generator
फ़ाइल का आकार 25.41 KB
स्थापना संख्या 91
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-12-21
प्रकाशन तिथि 2020-03-17
डेवलपर Verasoft LLC
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://verasoft.com
सहायता पृष्ठ URL https://verasoft.com
गोपनीयता नीति पृष्ठ URL https://verasoft.com/legal/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Verasoft Device ID",
    "version": "1.1",
    "description": "Virtual Device ID Generator",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "VERASOFT VIRTUAL DEVICE ID"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "storageAccess.js",
                "hostHelper.js"
            ]
        }
    ]
}