Invoice Verification for Unity3D

Verify Unity3D invoices in a snap.

Wat is Invoice Verification for Unity3D?

Invoice Verification for Unity3D is een Chrome-extensie ontwikkeld door Mintonne, en de belangrijkste functie is "Verify Unity3D invoices in a snap.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Invoice Verification for Unity3D

Download Invoice Verification for Unity3D-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Invoice Verification for Unity3D Invoice Verification for Unity3D
ID cflcfnemfmgeimmkhfjffngpbigapkje
Officiële URL https://chromewebstore.google.com/detail/invoice-verification-for/cflcfnemfmgeimmkhfjffngpbigapkje
Beschrijving Verify Unity3D invoices in a snap.
Bestandsgrootte 15.58 KB
Aantal Installaties 62
Huidige Versie 2.0.1
Laatst Bijgewerkt 2019-01-03
Publicatiedatum 2019-01-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Mintonne
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Mintonne/Invoice-Verification-for-Unity3D
Ondersteunde Talen 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"
}