Enjaz Barcode Generator
Enjaz E-Print Visa Number Barcode Generator by Shawqee.
What is Enjaz Barcode Generator?
Enjaz Barcode Generator is a Chrome extension developed by Enjaz Apps, and its main feature is "Enjaz E-Print Visa Number Barcode Generator by Shawqee.".
Extension Screenshots
Download Enjaz Barcode Generator Extension CRX File
Download Enjaz Barcode Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enjaz IT E-Print Visa Number Barcode Generator. An easy way to add Visa Number barcode within the E-Print. Barcodes are accurate & perfectly placed. Developed by Shawqee.
Extension Basic Information
Name | Enjaz Barcode Generator |
ID | bgadpggjijchappldpnmkengeidolajg |
Official URL | https://chromewebstore.google.com/detail/enjaz-barcode-generator/bgadpggjijchappldpnmkengeidolajg |
Description | Enjaz E-Print Visa Number Barcode Generator by Shawqee. |
File Size | 52 KB |
Installation Count | 77 |
Current Version | 1.1.1 |
Last Updated | 2022-11-10 |
Publish Date | 2021-12-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Enjaz Apps |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://enjazapps.com/privacy_policy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enjaz Barcode Generator", "version": "1.1.1", "manifest_version": 2, "description": "Enjaz E-Print Visa Number Barcode Generator by Shawqee.", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "page_action": { "default_icon": "icon.png", "default_title": "Enjaz Barcode Generator" }, "permissions": [ "contextMenus", "storage", "https:\/\/visa.mofa.gov.sa\/Enjaz\/*" ], "content_scripts": [ { "matches": [ "https:\/\/visa.mofa.gov.sa\/Enjaz\/PrintApplication*" ], "js": [ "js\/inject.js" ] } ] } |