ThinkLike.pro | Write Anything. Better.
AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.
Wat is ThinkLike.pro | Write Anything. Better.?
ThinkLike.pro | Write Anything. Better. is een Chrome-extensie ontwikkeld door https://thinklike.pro, en de belangrijkste functie is "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.".
Extensie Screenshots
Download het CRX-bestand van de extensie ThinkLike.pro | Write Anything. Better.
Download ThinkLike.pro | Write Anything. Better.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
AI-driven virtual assistant that helps you compose compelling and persuasive writing. From cover letters to product descriptions, write anything. Better.
Basisinformatie over de Extensie
Naam | ThinkLike.pro | Write Anything. Better. |
ID | chmfmilbicjhellcaifpcfcjefabcnpa |
Officiële URL | https://chromewebstore.google.com/detail/thinklikepro-write-anythi/chmfmilbicjhellcaifpcfcjefabcnpa |
Beschrijving | AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better. |
Bestandsgrootte | 6.71 MB |
Aantal Installaties | 34 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2020-06-01 |
Publicatiedatum | 2020-06-01 |
Ontwikkelaar | https://thinklike.pro |
Betalingswijze | free |
Extensiewebsite | https://www.thinklike.pro |
Help Pagina-URL | https://www.thinklike.pro |
Ondersteunde Talen | 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": [ "*:\/\/*\/*" ] } ] } |