Invoice Verification for Unity3D
Verify Unity3D invoices in a snap.
什么是Invoice Verification for Unity3D?
Invoice Verification for Unity3D是由Mintonne开发的Chrome扩展程序,该扩展的主要功能是“Verify Unity3D invoices in a snap.”。
扩展截图
下载Invoice Verification for Unity3D扩展crx文件
下载Invoice Verification for Unity3D扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features: • Uses the official Unity Invoice API. • Context menu shortcut - Select an invoice number, right click then click on the 'Verify Invoice' option. • Full source code available. HOW TO GET YOUR API KEY Open the extension window then click on the 'cog' icon located at the top right hand corner. You can find the API key on your dashboard on the 'Verify Invoice' tab. PRIVACY No tracking, no unnecessary permissions, no advertising, or anything else nefarious.
扩展基本信息
名称 | Invoice Verification for Unity3D |
ID | cflcfnemfmgeimmkhfjffngpbigapkje |
官方URL | https://chromewebstore.google.com/detail/invoice-verification-for/cflcfnemfmgeimmkhfjffngpbigapkje |
简介 | Verify Unity3D invoices in a snap. |
文件大小 | 15.58 KB |
安装次数 | 62 |
当前版本 | 2.0.1 |
更新时间 | 2019-01-03 |
上架时间 | 2019-01-03 |
评分 | 5.00/5 共1次评分 |
开发者 | Mintonne |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Mintonne/Invoice-Verification-for-Unity3D |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Invoice Verification for Unity3D", "short_name": "Invoice Verification", "version": "2.0.1", "manifest_version": 2, "description": "Verify Unity3D invoices in a snap.", "homepage_url": "https:\/\/github.com\/Mintonne\/Invoice-Verification-for-Unity3D", "author": "Mintonne", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "index.html" }, "background": { "scripts": [ "js\/keys.js", "js\/background.js" ], "persistent": false }, "permissions": [ "contextMenus" ], "content_security_policy": "default-src 'none'; script-src 'self'; connect-src https:\/\/api.assetstore.unity3d.com\/publisher\/v1\/invoice\/verify.json" } |