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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}