Gigflow

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

Gigflow là gì?

Gigflow là một tiện ích mở rộng Chrome được phát triển bởi jart1221, và tính năng chính của nó là "Retrieve your session cookie LinkedIn each time you use Gigflow extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gigflow

Tải xuống các tệp mở rộng Gigflow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gigflow Gigflow
ID chhgomfjadniehakfodegblpbkfancgk
URL Chính Thức https://chromewebstore.google.com/detail/gigflow/chhgomfjadniehakfodegblpbkfancgk
Mô tả Retrieve your session cookie LinkedIn each time you use Gigflow extension.
Kích Thước Tệp 65.89 KB
Số Lần Cài Đặt 1,066
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-01-08
Ngày Phát Hành 2022-12-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jart1221
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://go.gigflow.co/
URL Trang Trợ Giúp https://www.gigflow.co/
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}