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 dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wordable - Export Google Docs to your Website एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |