ThinkLike.pro | Write Anything. Better.
AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.
Hvad er ThinkLike.pro | Write Anything. Better.?
ThinkLike.pro | Write Anything. Better. er en Chrome-udvidelse udviklet af https://thinklike.pro, og dens hovedfunktion er "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.".
Udvidelsesskærmbilleder
Download ThinkLike.pro | Write Anything. Better.-udvidelses-CRX-fil
Download ThinkLike.pro | Write Anything. Better.-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
AI-driven virtual assistant that helps you compose compelling and persuasive writing. From cover letters to product descriptions, write anything. Better. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | chmfmilbicjhellcaifpcfcjefabcnpa |
| Officiel URL | https://chromewebstore.google.com/detail/thinklikepro-write-anythi/chmfmilbicjhellcaifpcfcjefabcnpa |
| Beskrivelse | AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better. |
| Filstørrelse | 6.71 MB |
| Antal Installationer | 34 |
| Nuværende Version | 1.0.3 |
| Senest Opdateret | 2020-06-01 |
| Udgivelsesdato | 2020-06-01 |
| Udvikler | https://thinklike.pro |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.thinklike.pro |
| Hjælpeside-URL | https://www.thinklike.pro |
| Understøttede Sprog | 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": [
"*:\/\/*\/*"
]
}
]
} | |