Wordable - Export Google Docs to your Website

This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.

Qu'est-ce que Wordable - Export Google Docs to your Website ?

Wordable - Export Google Docs to your Website est une extension Chrome développée par dev, et sa fonction principale est "This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wordable - Export Google Docs to your Website

Téléchargez les fichiers d'extension Wordable - Export Google Docs to your Website au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wordable - Export Google Docs to your Website Wordable - Export Google Docs to your Website
ID jjalmalmkfefeldfamplbenfhdbcnkpp
URL Officiel https://chromewebstore.google.com/detail/wordable-export-google-do/jjalmalmkfefeldfamplbenfhdbcnkpp
Description This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.
Taille du Fichier 252 KB
Nombre d'Installations 84
Version Actuelle 0.0.3
Dernière Mise à Jour 2023-02-12
Date de Publication 2022-12-18
Développeur dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wordable.io/
Langues Prises en Charge 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\/*"
    ]
}