Invoice Verification for Unity3D

Verify Unity3D invoices in a snap.

Invoice Verification for Unity3Dคืออะไร?

Invoice Verification for Unity3D เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mintonne และคุณลักษณะหลักของมันคือ "Verify Unity3D invoices in a snap."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Invoice Verification for Unity3D

ดาวน์โหลดไฟล์ส่วนขยาย Invoice Verification for Unity3D ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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