MZ Transfer Alarm

Create alarms for transfer players on shortlist at managerzone.com.

MZ Transfer Alarmคืออะไร?

MZ Transfer Alarm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kaplanbora และคุณลักษณะหลักของมันคือ "Create alarms for transfer players on shortlist at managerzone.com."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MZ Transfer Alarm

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

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

                        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 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"
    }
}