Sken.io Web Monitor

Sken.io Chrome Extension. Ultimate solutions for tracking changes. You'll love it.

什麼是Sken.io Web Monitor?

Sken.io Web Monitor是由https://sken.io開發的Chrome擴展程式,該擴展的主要功能是“Sken.io Chrome Extension. Ultimate solutions for tracking changes. You'll love it.”。

擴展截圖

screenshot

下載Sken.io Web Monitor擴展crx文件

下載Sken.io Web Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Sken.io chrome extension is the most advanced tool for monitoring changes on websites.

Pick the element on any website and set times when sken.io checks if there has been any change. When a change occurs Sken.io will notify you.

Connect extenion with your Sken.io account and manage your monitoring jobs even easier. All checks run in cloud and are fully synchronized across all your devices. Get email notification, browser notification or even mobile notification(with our mobile app) when any change occurs.

Sken.io is used for monitoring job opportunities, sales opportunities, price changes, news, events availability, products availability, releases, competitors and so on.

You must first register at https://sken.io to sign in to the extension.

Website url: https://sken.io
Contact us: [email protected]                    

擴展基本資訊

名稱 Sken.io Web Monitor Sken.io Web Monitor
ID hpmgffjoemfiioplaalgbipfigadkejf
官方網址 https://chromewebstore.google.com/detail/skenio-web-monitor/hpmgffjoemfiioplaalgbipfigadkejf
簡介 Sken.io Chrome Extension. Ultimate solutions for tracking changes. You'll love it.
檔案大小 2.09 MB
安裝次數 1,216
目前版本 1.29
更新時間 2022-03-08
上架時間 2020-02-22
評分 3.75/5 共 4 次評分
開發者 https://sken.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sken.io
隱私政策頁面URL https://sken.io/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sken.io Web Monitor",
    "short_name": "Web monitor",
    "description": "Sken.io Chrome Extension. Ultimate solutions for tracking changes. You'll love it.",
    "version": "1.29",
    "manifest_version": 2,
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon48.png"
    },
    "background": {
        "scripts": [
            "assets\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/jquery.js"
            ],
            "css": [
                "app.css"
            ],
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "iframe.html",
        "timeSchedulerModal.html",
        "img\/icon16.png",
        "img\/done.svg",
        "img\/expand.svg",
        "img\/cancel_white.svg"
    ],
    "permissions": [
        "background",
        "gcm",
        "activeTab",
        "tabs",
        "identity",
        "storage",
        "notifications",
        "https:\/\/sken.io\/*",
        "https:\/\/*.firebaseapp.com\/*"
    ]
}