Invoice Verification for Unity3D

Verify Unity3D invoices in a snap.

Invoice Verification for Unity3D क्या है?

Invoice Verification for Unity3D Mintonne द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Verify Unity3D invoices in a snap."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Invoice Verification for Unity3D एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
}