Coral Starfish

Coral Starfish integrates Invenias and LinkedIn, enabling you to work with your existing Invenias records directly within LinkedIn.

Coral Starfishคืออะไร?

Coral Starfish เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://coralstarfish.com และคุณลักษณะหลักของมันคือ "Coral Starfish integrates Invenias and LinkedIn, enabling you to work with your existing Invenias records directly within LinkedIn."

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

screenshot

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

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

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

                        Instantly view an Invenias person record whilst browsing their LinkedIn or Xing profile so you can see their contact information, add them to assignments and leave notes in their journal.

Quickly add new records for people who don't yet exist in your Invenias database, with the option to just add their current position when creating longlists or the ability to add all their positions when needing their entire work experience. 

When adding positions to a new person, company names that are an exact match to those in your database will be automatically linked. Otherwise you can link the company to an existing record, however, if you’re in a rush this can be skipped as we have a setting to automatically append the company name to the job title, which makes generating longlists a much faster process.

Using this extension has no additional login requirements and doesn't even require you to manually log in using your Invenias credentials! As long as you’re already logged in to your Invenias Web App in another browser tab then you’re already logged in to this extension – it’s that simple!

By using this extension you are agreeing to our terms: https://coralstarfish.com/terms                    

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

ชื่อ Coral Starfish Coral Starfish
ID ecdjnnnodhapkhgginpicggbmhmkjjbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coral-starfish/ecdjnnnodhapkhgginpicggbmhmkjjbc
คำอธิบาย Coral Starfish integrates Invenias and LinkedIn, enabling you to work with your existing Invenias records directly within LinkedIn.
ขนาดไฟล์ 621 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 2.20.2
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2021-07-01
ผู้พัฒนา https://coralstarfish.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://coralstarfish.com
URL หน้านโยบายความเป็นส่วนตัว https://coralstarfish.com/privacy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coral Starfish",
    "version": "2.20.2",
    "description": "Coral Starfish integrates Invenias and LinkedIn, enabling you to work with your existing Invenias records directly within LinkedIn.",
    "incognito": "split",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.invenias.com\/*",
        "https:\/\/*.coralstarfish.com\/*",
        "https:\/\/docs.google.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.xing.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "\/images\/v2\/logo-512.png"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.xing.com\/*",
                "https:\/\/*.atlas-source.io\/*",
                "https:\/\/*.hireez.com\/*",
                "file:\/\/*",
                "https:\/\/*.invenias.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "\/js\/app\/background.js"
    }
}