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