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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}