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."입니다.
확장 프로그램 스크린샷
Sken.io Web Monitor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | hpmgffjoemfiioplaalgbipfigadkejf |
공식 URL | 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\/*" ] } |