Gigflow

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

Was ist Gigflow?

Gigflow ist eine Chrome-Erweiterung, die von jart1221 entwickelt wurde, und ihr Hauptmerkmal ist "Retrieve your session cookie LinkedIn each time you use Gigflow extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Gigflow-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gigflow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Gigflow Gigflow
ID chhgomfjadniehakfodegblpbkfancgk
Offizielle URL https://chromewebstore.google.com/detail/gigflow/chhgomfjadniehakfodegblpbkfancgk
Beschreibung Retrieve your session cookie LinkedIn each time you use Gigflow extension.
Dateigröße 65.89 KB
Installationsanzahl 1,066
Aktuelle Version 1.1.2
Letztes Update 2023-01-08
Veröffentlichungsdatum 2022-12-18
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler jart1221
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://go.gigflow.co/
Hilfeseite URL https://www.gigflow.co/
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}