Gigflow

Retrieve your session cookie LinkedIn each time you use Gigflow extension.

Gigflowとは何ですか?

Gigflowはjart1221によって開発されたChromeの拡張機能で、その主な機能は「Retrieve your session cookie LinkedIn each time you use Gigflow extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Gigflow拡張機能のCRXファイルをダウンロード

Gigflow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Connect to the World of GigFlow, the innovative platform for freelancers, through LinkedIn we analyze your network to find potential clients and to automate messaging.

Once you have a Gigflow account, use the Gigflow Chrome extension to Link your LinkedIn information with the GigFlow platform and Keep your GigFlow platform updated, with changes in LinkedIn                    

拡張機能の基本情報

名前 Gigflow Gigflow
ID chhgomfjadniehakfodegblpbkfancgk
公式URL https://chromewebstore.google.com/detail/gigflow/chhgomfjadniehakfodegblpbkfancgk
説明 Retrieve your session cookie LinkedIn each time you use Gigflow extension.
ファイルサイズ 65.89 KB
インストール数 1,066
現在のバージョン 1.1.2
最終更新日 2023-01-08
公開日 2022-12-18
評価 5.00/5 合計 2 レビュー
開発者 jart1221
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://go.gigflow.co/
ヘルプページのURL https://www.gigflow.co/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gigflow",
    "version": "1.1.2",
    "description": "Retrieve your session cookie LinkedIn each time you use Gigflow extension.",
    "icons": {
        "16": "dist\/assets\/32.png",
        "48": "dist\/assets\/64.png",
        "128": "dist\/assets\/128.png"
    },
    "homepage_url": "https:\/\/app.gigflow.co\/",
    "background": {
        "service_worker": "dist\/background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "dist\/contentscript.js"
            ],
            "css": [
                "dist\/contentscript.css"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.github.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.intercom.io\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.medium.com\/*",
        "*:\/\/*.producthunt.com\/*",
        "*:\/\/*.slack.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.uber.com\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.quora.com\/*",
        "*:\/\/*.pinterest.com\/*",
        "*:\/\/*.app.gigflow.co\/*",
        "*:\/\/*.go.gigflow.co\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}