ThinkLike.pro | Write Anything. Better.

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

Apa itu ThinkLike.pro | Write Anything. Better.?

ThinkLike.pro | Write Anything. Better. adalah ekstensi Chrome yang dikembangkan oleh https://thinklike.pro, dan fitur utamanya adalah "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ThinkLike.pro | Write Anything. Better.

Unduh file ekstensi ThinkLike.pro | Write Anything. Better. dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama ThinkLike.pro | Write Anything. Better. ThinkLike.pro | Write Anything. Better.
ID chmfmilbicjhellcaifpcfcjefabcnpa
URL Resmi https://chromewebstore.google.com/detail/thinklikepro-write-anythi/chmfmilbicjhellcaifpcfcjefabcnpa
Deskripsi AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.
Ukuran File 6.71 MB
Jumlah Instalasi 34
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2020-06-01
Tanggal Publikasi 2020-06-01
Pengembang https://thinklike.pro
Tipe Pembayaran free
Situs Ekstensi https://www.thinklike.pro
URL Halaman Bantuan https://www.thinklike.pro
Bahasa yang Didukung 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}