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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}