Invoice Verification for Unity3D
Verify Unity3D invoices in a snap.
What is Invoice Verification for Unity3D?
Invoice Verification for Unity3D is a Chrome extension developed by Mintonne, and its main feature is "Verify Unity3D invoices in a snap.".
Extension Screenshots
Download Invoice Verification for Unity3D Extension CRX File
Download Invoice Verification for Unity3D 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
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.
Extension Basic Information
Name | Invoice Verification for Unity3D |
ID | cflcfnemfmgeimmkhfjffngpbigapkje |
Official URL | https://chromewebstore.google.com/detail/invoice-verification-for/cflcfnemfmgeimmkhfjffngpbigapkje |
Description | Verify Unity3D invoices in a snap. |
File Size | 15.58 KB |
Installation Count | 62 |
Current Version | 2.0.1 |
Last Updated | 2019-01-03 |
Publish Date | 2019-01-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mintonne |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Mintonne/Invoice-Verification-for-Unity3D |
Supported Languages | 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" } |