Ikke Work Graph

Ikke Work Graph - See Who You Work With

Ikke Work Graphคืออะไร?

Ikke Work Graph เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chrislaffra.com และคุณลักษณะหลักของมันคือ "Ikke Work Graph - See Who You Work With"

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

screenshot

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

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

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

                        Ikke visualizes your Google Calendar as a nice-looking graph of people. After installing this Chrome extension, visit your Google Calendar and click on the "Ikke Graph". As for the name, Ikke is a colloquial Dutch word with a meaning close to "me, myself, and I", which makes it quite an appropriate name for this app.

Your privacy is key:

When you use Ikke, Google automatically collects certain information about the extension, including information about your web browser, IP address, time zone, and some of the cookies that are installed on your device. Beyond that, Ikke collects absolutely no information about the individual web pages or products that you view with Ikke, what websites or search terms referred you to, or any information about how you interact with Ikke. No information is directly sent by Ikke to anyone, and Ikke will never do so in the future, even when new upgrades are provided.                    

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

ชื่อ Ikke Work Graph Ikke Work Graph
ID fmeadohikadcafhjaijonglpjdnncnal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ikke-work-graph/fmeadohikadcafhjaijonglpjdnncnal
คำอธิบาย Ikke Work Graph - See Who You Work With
ขนาดไฟล์ 1.31 MB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.20
อัปเดตครั้งล่าสุด 2020-01-08
วันที่เผยแพร่ 2020-01-08
ผู้พัฒนา https://chrislaffra.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://chrislaffra.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ikke Work Graph",
    "short_name": "Ikke Work Graph",
    "description": "Ikke  Work Graph - See Who You Work With",
    "version": "1.20",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "*:\/\/clients1.google.com\/",
        "*:\/\/clients2.google.com\/",
        "*:\/\/clients3.google.com\/",
        "*:\/\/clients4.google.com\/",
        "*:\/\/clients5.google.com\/",
        "*:\/\/clients6.google.com\/",
        "*:\/\/clients7.google.com\/",
        "*:\/\/clients8.google.com\/",
        "*:\/\/clients9.google.com\/"
    ],
    "author": "Chris Laffra - [email protected]",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*",
                "https:\/\/contacts.google.com\/*"
            ],
            "css": [
                "jquery\/jquery-ui.min.css",
                "jquery\/jquery-ui.structure.min.css",
                "jquery\/jquery-ui.theme.min.css",
                "contentscript.css"
            ],
            "js": [
                "jquery\/jquery.min.js",
                "jquery\/jquery-ui.min.js",
                "d3\/d3.v4.min.js",
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "jquery\/jquery.min.js",
            "d3\/d3.v4.min.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "38": "person-logo.png"
        },
        "default_title": "Ikke"
    },
    "manifest_version": 2
}