Gigflow

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

Apa itu Gigflow?

Gigflow adalah ekstensi Chrome yang dikembangkan oleh jart1221, dan fitur utamanya adalah "Retrieve your session cookie LinkedIn each time you use Gigflow extension.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Gigflow

Unduh file ekstensi Gigflow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Gigflow Gigflow
ID chhgomfjadniehakfodegblpbkfancgk
URL Resmi https://chromewebstore.google.com/detail/gigflow/chhgomfjadniehakfodegblpbkfancgk
Deskripsi Retrieve your session cookie LinkedIn each time you use Gigflow extension.
Ukuran File 65.89 KB
Jumlah Instalasi 1,066
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2023-01-08
Tanggal Publikasi 2022-12-18
Penilaian 5.00/5 Total 2 Penilaian
Pengembang jart1221
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://go.gigflow.co/
URL Halaman Bantuan https://www.gigflow.co/
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}