ThinkLike.pro | Write Anything. Better.

AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.

Vad är ThinkLike.pro | Write Anything. Better.?

ThinkLike.pro | Write Anything. Better. är en Chrome-tillägg utvecklad av https://thinklike.pro, och dess huvudfunktion är "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner ThinkLike.pro | Write Anything. Better.-förlängningens CRX-fil

Ladda ner ThinkLike.pro | Write Anything. Better.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn ThinkLike.pro | Write Anything. Better. ThinkLike.pro | Write Anything. Better.
ID chmfmilbicjhellcaifpcfcjefabcnpa
Officiell webbadress https://chromewebstore.google.com/detail/thinklikepro-write-anythi/chmfmilbicjhellcaifpcfcjefabcnpa
Beskrivning AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.
Filstorlek 6.71 MB
Antal Installationer 34
Aktuell Version 1.0.3
Senast Uppdaterad 2020-06-01
Publiceringsdatum 2020-06-01
Utvecklare https://thinklike.pro
Betalningssätt free
Tilläggswebbplats https://www.thinklike.pro
Hjälpsida URL https://www.thinklike.pro
Stödda Språk 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}