Wordable - Export Google Docs to your Website
This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.
Cos'è Wordable - Export Google Docs to your Website?
Wordable - Export Google Docs to your Website è un'estensione di Chrome sviluppata da dev, e la sua funzione principale è "This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wordable - Export Google Docs to your Website
Scarica i file di estensione Wordable - Export Google Docs to your Website in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Wordable helps you publish Google Docs to WordPress in 1-click. Export in seconds (not hours) Less VAs, interns, employees Save 6-100+ hours/week Individuals and teams save at least ~30-minutes per post, automating all the time-consuming HTML formatting fixes, optimizing content properly for SEO, and saving your recurring settings to publish all content consistently from now on.
Informazioni di Base sull'Estensione
Nome | Wordable - Export Google Docs to your Website |
ID | jjalmalmkfefeldfamplbenfhdbcnkpp |
URL Ufficiale | https://chromewebstore.google.com/detail/wordable-export-google-do/jjalmalmkfefeldfamplbenfhdbcnkpp |
Descrizione | This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations. |
Dimensione del File | 252 KB |
Conteggio Installazioni | 84 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2023-02-12 |
Data di Pubblicazione | 2022-12-18 |
Sviluppatore | dev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://wordable.io/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordable - Export Google Docs to your Website", "description": "This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.", "homepage_url": "https:\/\/app.wordable.io", "version": "0.0.3", "manifest_version": 3, "action": { "default_title": "Wordable", "default_popup": "popup.html" }, "icons": { "16": "images\/logo_active_16.png", "48": "images\/logo_active_48.png", "128": "images\/logo_active_128.png" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "cookies", "storage", "tabs" ], "host_permissions": [ "https:\/\/app.wordable.io\/*" ] } |