Enjaz Barcode Generator
Enjaz E-Print Visa Number Barcode Generator by Shawqee.
Enjaz Barcode Generator란 무엇입니까?
Enjaz Barcode Generator은(는) Enjaz Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjaz E-Print Visa Number Barcode Generator by Shawqee."입니다.
확장 프로그램 스크린샷
Enjaz Barcode Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Enjaz Barcode Generator |
ID | bgadpggjijchappldpnmkengeidolajg |
공식 URL | https://chromewebstore.google.com/detail/enjaz-barcode-generator/bgadpggjijchappldpnmkengeidolajg |
설명 | Enjaz E-Print Visa Number Barcode Generator by Shawqee. |
파일 크기 | 52 KB |
설치 횟수 | 77 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2022-11-10 |
출시 날짜 | 2021-12-27 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Enjaz Apps |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://enjazapps.com/privacy_policy.html |
지원되는 언어 | 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" ] } ] } |