Wordable - Export Google Docs to your Website
This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.
Wordable - Export Google Docs to your Website là gì?
Wordable - Export Google Docs to your Website là một tiện ích mở rộng Chrome được phát triển bởi dev, và tính năng chính của nó là "This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wordable - Export Google Docs to your Website
Tải xuống các tệp mở rộng Wordable - Export Google Docs to your Website dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Wordable - Export Google Docs to your Website |
ID | jjalmalmkfefeldfamplbenfhdbcnkpp |
URL Chính Thức | https://chromewebstore.google.com/detail/wordable-export-google-do/jjalmalmkfefeldfamplbenfhdbcnkpp |
Mô tả | This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations. |
Kích Thước Tệp | 252 KB |
Số Lần Cài Đặt | 84 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2023-02-12 |
Ngày Phát Hành | 2022-12-18 |
Nhà Phát Triển | dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://wordable.io/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |