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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Wordable - Export Google Docs to your Website

قم بتنزيل ملفات الامتداد Wordable - Export Google Docs to your Website بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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\/*"
    ]
}