Verasoft Device ID
Virtual Device ID Generator
ما هو Verasoft Device ID؟
Verasoft Device ID هو إضافة Chrome تم تطويرها بواسطة Verasoft LLC، والميزة الرئيسية لها هي "Virtual Device ID Generator".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Verasoft Device ID
قم بتنزيل ملفات الامتداد Verasoft Device ID بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | https://verasoft.com |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |