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 |
Eメール | [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" } |