Gigflow

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

Что такое Gigflow?

Gigflow - это расширение Chrome, разработанное jart1221, и его основная функция - "Retrieve your session cookie LinkedIn each time you use Gigflow extension.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Gigflow

Скачайте файлы расширений 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": [
                ""
            ]
        }
    ]
}