ThinkLike.pro | Write Anything. Better.
AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.
ThinkLike.pro | Write Anything. Better.คืออะไร?
ThinkLike.pro | Write Anything. Better. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thinklike.pro และคุณลักษณะหลักของมันคือ "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ThinkLike.pro | Write Anything. Better.
ดาวน์โหลดไฟล์ส่วนขยาย ThinkLike.pro | Write Anything. Better. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        AI-driven virtual assistant that helps you compose compelling and persuasive writing. From cover letters to product descriptions, write anything. Better.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | chmfmilbicjhellcaifpcfcjefabcnpa | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/thinklikepro-write-anythi/chmfmilbicjhellcaifpcfcjefabcnpa | 
| คำอธิบาย | AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better. | 
| ขนาดไฟล์ | 6.71 MB | 
| จำนวนการติดตั้ง | 34 | 
| เวอร์ชันปัจจุบัน | 1.0.3 | 
| อัปเดตครั้งล่าสุด | 2020-06-01 | 
| วันที่เผยแพร่ | 2020-06-01 | 
| ผู้พัฒนา | https://thinklike.pro | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://www.thinklike.pro | 
| URL หน้าช่วยเหลือ | https://www.thinklike.pro | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ThinkLike.pro | Write Anything. Better.",
    "author": "ThinkLike.pro",
    "version": "1.0.3",
    "description": "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "ThinkLikePro",
        "default_icon": "assets\/icon-48.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "js": [
                "tlp.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}  |  |