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คืออะไร?
Wordable - Export Google Docs to your Website เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev และคุณลักษณะหลักของมันคือ "This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wordable - Export Google Docs to your Website
ดาวน์โหลดไฟล์ส่วนขยาย Wordable - Export Google Docs to your Website ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wordable - Export Google Docs to your Website |
ID | jjalmalmkfefeldfamplbenfhdbcnkpp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wordable-export-google-do/jjalmalmkfefeldfamplbenfhdbcnkpp |
คำอธิบาย | This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations. |
ขนาดไฟล์ | 252 KB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2023-02-12 |
วันที่เผยแพร่ | 2022-12-18 |
ผู้พัฒนา | dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://wordable.io/ |
ภาษาที่รองรับ | 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\/*" ] } |