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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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 | 
| عنوان صفحة المساعدة | 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}  |  |