Wordable - Export Google Docs to your Website
This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.
Was ist Wordable - Export Google Docs to your Website?
Wordable - Export Google Docs to your Website ist eine Chrome-Erweiterung, die von dev entwickelt wurde, und ihr Hauptmerkmal ist "This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.".
Erweiterungsscreenshots
Wordable - Export Google Docs to your Website-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wordable - Export Google Docs to your Website-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Wordable - Export Google Docs to your Website |
ID | jjalmalmkfefeldfamplbenfhdbcnkpp |
Offizielle URL | https://chromewebstore.google.com/detail/wordable-export-google-do/jjalmalmkfefeldfamplbenfhdbcnkpp |
Beschreibung | This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations. |
Dateigröße | 252 KB |
Installationsanzahl | 84 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2023-02-12 |
Veröffentlichungsdatum | 2022-12-18 |
Entwickler | dev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://wordable.io/ |
Unterstützte Sprachen | 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\/*" ] } |