Verasoft Device ID
Virtual Device ID Generator
Verasoft Device IDとは何ですか?
Verasoft Device IDはVerasoft LLCによって開発されたChromeの拡張機能で、その主な機能は「Virtual Device ID Generator」です。
拡張機能のスクリーンショット
Verasoft Device ID拡張機能のCRXファイルをダウンロード
Verasoft Device ID拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } ] } |