Gushing

Gushing is an extension to streamline thought leadership content creation.

Qu'est-ce que Gushing ?

Gushing est une extension Chrome développée par https://www.gushing.io, et sa fonction principale est "Gushing is an extension to streamline thought leadership content creation.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Gushing

Téléchargez les fichiers d'extension Gushing 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

                        Gushing streamlines the creation of thought leadership content. As you are reading the latest news on your industry create a compelling piece of commentary and publish it on social media to grow your personal brand as an industry expert.                    

Informations de Base sur l'Extension

Nom Gushing Gushing
ID bogadbmoffoabbghjojieofhdcandlhl
URL Officiel https://chromewebstore.google.com/detail/gushing/bogadbmoffoabbghjojieofhdcandlhl
Description Gushing is an extension to streamline thought leadership content creation.
Taille du Fichier 37.22 KB
Nombre d'Installations 44
Version Actuelle 0.2.0
Dernière Mise à Jour 2023-11-21
Date de Publication 2023-10-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.gushing.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.gushing.io/
URL de la Page de Politique de Confidentialité https://www.gushing.io/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gushing",
    "description": "Gushing is an extension to streamline thought leadership content creation.",
    "version": "0.2.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkiMiIWHXwbD94HUx+dq1TDF44gZQXulw0T1iV1y3XKEVYHIDVf\/6HvxLwnxGNyQD6XXVwdnmj5J1F+0bNZSH736GCtXeTfKIi3gD9EGc8enbG9ARhSuNjAU2o\/qRXoM0KZLjoH0GNiQoSm\/REnm+4tNldC3fdM6CtYJXjDC+YcGecKJr\/8WjNgOWAOaRjof33ggNrd6zZs1BO0WpqyrdPJpV2VRE3RsPQi4jRU79dusQmqC6LjQO9vrRvLSScw8SfwO3JrRYqjTyX4y8X6tVI2xr\/VpD1TwIhggkyQ1bJni8SYa7zy9EiRqA\/R34BS0rWse38w3ZK18nmTCyUwW59QIDAQAB",
    "permissions": [
        "activeTab",
        "scripting",
        "clipboardWrite",
        "identity",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "oauth2": {
        "client_id": "880078847187-nmmuqh4r97arddf1assubvjusf8tr99k.apps.googleusercontent.com",
        "scopes": [
            "email",
            "openid",
            "profile"
        ]
    },
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "images\/brand_identity\/logo_icon_16.png",
        "48": "images\/brand_identity\/logo_icon_48.png",
        "128": "images\/brand_identity\/logo_icon_128.png"
    }
}