Getro

Getro's Contact Importer

Getroคืออะไร?

Getro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Getro และคุณลักษณะหลักของมันคือ "Getro's Contact Importer"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Getro

ดาวน์โหลดไฟล์ส่วนขยาย Getro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Getro helps your network hire faster with products that take the manual work out of connecting the people you know with the companies you care about. With our Chrome extension you and your team can automatically add all of your social, professional connections to a single, searchable database.

Everyone on your team will be empowered to find the most relevant people from your collective networks that could be a great intro to hiring managers you help. Permission to never organize talent in spreadsheets again.

Important: To use this extension you must be a customer of Getro                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Getro Getro
ID ibgcbgjnpaedoomkhclbjgnhnkmeplee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/getro/ibgcbgjnpaedoomkhclbjgnhnkmeplee
คำอธิบาย Getro's Contact Importer
ขนาดไฟล์ 1.68 MB
จำนวนการติดตั้ง 334
เวอร์ชันปัจจุบัน 2.10.0
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2021-11-10
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Getro
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getro.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.getro.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Getro",
    "description": "Getro's Contact Importer",
    "version": "2.10.0",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgLl5JESfjG3HRgOOIpdAL3VjXU+FtPgojQk3\/uHO5e5oxT2EXyfOODLOrtC+ArToOrCyoXdKlWEdivC4MGGSE8RPuqt7pq4SVCMvOaeTHXwijQ5666K6hyygyR0PFLGr4\/Uc1MT8qwyMuM3KGtvwy7P1BhbtooTPt2Fb9glWuWeWYbNDpmsuVc\/9lRsvodTjJiOyQYoiBHypC369GFHkbGqgcmK4ePld9bOAXiIom9ypDp0KL+oNyll4Zvci8ZGcD1WwaIm\/BV2MF4jneahvHah62e8PpftyFp5IbOb\/dsUwFFJDr\/+\/BDA\/yyyDhT4\/E1F4fdvTF+9n0\/Q5fzpnhwIDAQAB",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.jsx-loader.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "assets\/index.css"
            ]
        },
        {
            "js": [
                "assets\/addToGetroButton.js-loader.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "scripting",
        "storage",
        "webNavigation",
        "tabs",
        "management",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "https:\/\/*.getro.com\/*",
            "https:\/\/*.getro.dev\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "https:\/\/*.linkedin.com\/*"
            ],
            "resources": [
                "assets\/index.css"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "resources": [
                "assets\/flags.png",
                "assets\/icons.eot",
                "assets\/icons.woff2",
                "assets\/icons.woff",
                "assets\/icons.ttf",
                "assets\/icons.svg",
                "assets\/outline-icons.eot",
                "assets\/outline-icons.woff2",
                "assets\/outline-icons.woff",
                "assets\/outline-icons.ttf",
                "assets\/outline-icons.svg",
                "assets\/brand-icons.eot",
                "assets\/brand-icons.woff2",
                "assets\/brand-icons.woff",
                "assets\/brand-icons.ttf",
                "assets\/brand-icons.svg",
                "assets\/index-6e897297.js",
                "assets\/trackingEvents-f976e075.js",
                "assets\/sdk-3369257f.js",
                "assets\/web-vitals-d4fac006.js",
                "assets\/index.jsx-87e181d3.js",
                "assets\/addToGetroButton.js-ac2f0632.js"
            ],
            "use_dynamic_url": true
        }
    ]
}