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开发的Chrome扩展程序,该扩展的主要功能是“This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.”。

扩展截图

screenshot

下载Wordable - Export Google Docs to your Website扩展crx文件

下载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 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\/*"
    ]
}