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. https://thinklike.pro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ThinkLike.pro | Write Anything. Better. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        AI-driven virtual assistant that helps you compose compelling and persuasive writing. From cover letters to product descriptions, write anything. Better.                    

एक्सटेंशन की मूल जानकारी

नाम ThinkLike.pro | Write Anything. Better. ThinkLike.pro | 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}