ThinkLike.pro | Write Anything. Better.
AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.
What is ThinkLike.pro | Write Anything. Better.?
ThinkLike.pro | Write Anything. Better. is a Chrome extension developed by https://thinklike.pro, and its main feature is "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.".
Extension Screenshots
Download ThinkLike.pro | Write Anything. Better. Extension CRX File
Download ThinkLike.pro | Write Anything. Better. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
AI-driven virtual assistant that helps you compose compelling and persuasive writing. From cover letters to product descriptions, write anything. Better.
Extension Basic Information
Name | ThinkLike.pro | Write Anything. Better. |
ID | chmfmilbicjhellcaifpcfcjefabcnpa |
Official URL | https://chromewebstore.google.com/detail/thinklikepro-write-anythi/chmfmilbicjhellcaifpcfcjefabcnpa |
Description | AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better. |
File Size | 6.71 MB |
Installation Count | 34 |
Current Version | 1.0.3 |
Last Updated | 2020-06-01 |
Publish Date | 2020-06-01 |
Developer | https://thinklike.pro |
Payment Type | free |
Extension Website | https://www.thinklike.pro |
Help Page URL | https://www.thinklike.pro |
Supported Languages | 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": [ "*:\/\/*\/*" ] } ] } |