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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}