MZ Transfer Alarm
Create alarms for transfer players on shortlist at managerzone.com.
MZ Transfer Alarm란 무엇입니까?
MZ Transfer Alarm은(는) kaplanbora에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create alarms for transfer players on shortlist at managerzone.com."입니다.
확장 프로그램 스크린샷
MZ Transfer Alarm 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Create alarms for transfer players on shortlist at managerzone.com. How to use the extension: - Add players on transfer page to shortlist. - Go to shortlist page and click extension icon on toolbar. This will load players at shortlist to extension interface. - Once you load the players to the extension interface, they will stay there until you close the browser or refresh on shortlist page. - Click to checkboxes left to the players name and use buttons on bottom to set alarms, clear alarms or remove players. - Bell icon right to players name indicate that players alarm is set or not. - If you add new players to shortlist, just refresh shortlist page and click to icon again to load new players.
확장 프로그램 기본 정보
이름 | MZ Transfer Alarm |
ID | hlegblaobddgnflficnfikpinpjecfnh |
공식 URL | https://chromewebstore.google.com/detail/mz-transfer-alarm/hlegblaobddgnflficnfikpinpjecfnh |
설명 | Create alarms for transfer players on shortlist at managerzone.com. |
파일 크기 | 74.44 KB |
설치 횟수 | 53 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2018-01-15 |
출시 날짜 | 2018-01-15 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | kaplanbora |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/kaplanbora/mz-transfer-alarm |
지원되는 언어 | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MZ Transfer Alarm", "version": "1.1.0", "description": "__MSG_extensionDescription__", "default_locale": "en", "homepage_url": "https:\/\/github.com\/kaplanbora\/mz-transfer-alarm", "permissions": [ "notifications", "alarms" ], "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.managerzone.com\/?p=shortlist" ], "js": [ "content_scripts\/mz.js" ] } ], "background": { "scripts": [ "background_scripts\/content.js" ] }, "browser_action": { "browser_style": true, "default_icon": "icons\/logo-32.png", "theme_icons": [ { "light": "icons\/dlogo-32.png", "dark": "icons\/logo-32.png", "size": 32 } ], "default_title": "MZ Transfer Alarm", "default_popup": "popup\/index.html" } } |