Invoice Verification for Unity3D

Verify Unity3D invoices in a snap.

Hvad er Invoice Verification for Unity3D?

Invoice Verification for Unity3D er en Chrome-udvidelse udviklet af Mintonne, og dens hovedfunktion er "Verify Unity3D invoices in a snap.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Invoice Verification for Unity3D-udvidelses-CRX-fil

Download Invoice Verification for Unity3D-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Invoice Verification for Unity3D Invoice Verification for Unity3D
ID cflcfnemfmgeimmkhfjffngpbigapkje
Officiel URL https://chromewebstore.google.com/detail/invoice-verification-for/cflcfnemfmgeimmkhfjffngpbigapkje
Beskrivelse Verify Unity3D invoices in a snap.
Filstørrelse 15.58 KB
Antal Installationer 62
Nuværende Version 2.0.1
Senest Opdateret 2019-01-03
Udgivelsesdato 2019-01-03
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Mintonne
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Mintonne/Invoice-Verification-for-Unity3D
Understøttede Sprog 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"
}