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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}