Thnks Chrome extension

Thnks Chrome extension

Thnks Chrome extensionคืออะไร?

Thnks Chrome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thnks และคุณลักษณะหลักของมันคือ "Thnks Chrome extension"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thnks Chrome extension

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

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

                        Send Thnks directly from your Gmail in a few easy clicks. Insert a Thnks straight into the body of your email and your recipient can accept their Thnks in one click, with no app download or account creation necessary.

Simple, unexpected gestures that demonstrate you value someone's time and respect your relationship have the power to completely change another person's perspective. Thnks gives you an edge by simplifying the act of showing gratitude.

Example use cases:

A ‘Thnks A Latte’: To thank someone for taking the time to meet with you
A bottle of Small-Batch Bourbon: To wish your client a happy birthday or help them celebrate an important milestone
Movie Tickets for Two: To give your client and someone they love a night out on you
A Dozen Donuts: To apologize or help resolve a difficult situation with a client or prospect                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Thnks Chrome extension Thnks Chrome extension
ID panjhpcfdmjeicoiapnhhpbjblahgeak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/thnks-chrome-extension/panjhpcfdmjeicoiapnhhpbjblahgeak
คำอธิบาย Thnks Chrome extension
ขนาดไฟล์ 1.17 MB
จำนวนการติดตั้ง 816
เวอร์ชันปัจจุบัน 1.0.212
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2020-04-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Thnks
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://thnks.com
URL หน้าช่วยเหลือ http://help.thnks.com/getting-started-with-thnks/thnks-overview/the-thnks-gmail-chrome-extension
URL หน้านโยบายความเป็นส่วนตัว https://www.thnks.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thnks Chrome extension",
    "description": "Thnks Chrome extension",
    "version": "1.0.212",
    "manifest_version": 3,
    "icons": {
        "16": ".\/icon16x16.png",
        "48": ".\/icon48x48.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/icon16x16.png",
            "32": ".\/icon32x32.png",
            "128": ".\/icon128x128.png"
        },
        "default_title": "Thnks"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "identity",
        "activeTab",
        "notifications",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon48x48.png",
                "icon32x32.png",
                "reset-icon.svg",
                "pageWorld.js",
                "images\/[email protected]",
                "images\/thnks_icon.svg",
                "images\/thnks_logo.png",
                "recaptcha.js",
                "recaptcha_gstatic.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "oauth2": {
        "client_id": "188520525350-4jveh268kf38i6b92mlt2dbevbn59gu8.apps.googleusercontent.com",
        "scopes": [
            "profile email openid"
        ]
    }
}