Gushing

Gushing is an extension to streamline thought leadership content creation.

什麼是Gushing?

Gushing是由https://www.gushing.io開發的Chrome擴展程式,該擴展的主要功能是“Gushing is an extension to streamline thought leadership content creation.”。

擴展截圖

screenshot
screenshot
screenshot

下載Gushing擴展crx文件

下載Gushing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Gushing Gushing
ID bogadbmoffoabbghjojieofhdcandlhl
官方網址 https://chromewebstore.google.com/detail/gushing/bogadbmoffoabbghjojieofhdcandlhl
簡介 Gushing is an extension to streamline thought leadership content creation.
檔案大小 37.22 KB
安裝次數 44
目前版本 0.2.0
更新時間 2023-11-21
上架時間 2023-10-01
評分 5.00/5 共 1 次評分
開發者 https://www.gushing.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.gushing.io/
隱私政策頁面URL https://www.gushing.io/privacy-policy
支援的語言 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"
    }
}