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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Invoice Verification for Unity3D 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}