Wingman Clock

Wingman Clock: Keep track of time with style. A sleek and reliable Chrome extension for your daily time management needs.

Wingman Clockคืออะไร?

Wingman Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Wingman Clock: Keep track of time with style. A sleek and reliable Chrome extension for your daily time management needs."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wingman Clock

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

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

                        Introducing the WingMan-Clock Extension for Chrome! This user-friendly extension allows you to easily add and customize multiple clocks to your browser, so you can keep track of the time in various cities around the world. Simply select the cities you want to monitor and view their current time at a glance on your new tab. The extension also conveniently displays the time differences between the selected cities, making it easy to schedule meetings and stay organized across time zones. With its sleek design and practical functionality, the WingMan-Clock Extension is a must-have tool for anyone who works with colleagues or friends across different regions.

By clicking “Add to Chrome”, I accept and agree to install the WingMan-Clock Extension, to set the Chrome™ New Tab search to Yahoo, and to our Terms of Use - https://searchologic.com/Terms-Conditions/, and Privacy Policy -https://searchologic.com/Privacy-Policy/.  
 
You may uninstall the extension at any time.
To remove our extension from Google Chrome:

1) Click on the three vertical dots icon in the upper right-hand corner of your Chrome browser.
2) Go to "Settings.”
3) In the left menu that appears, click on "Extensions.”
4) From the list of installed Extensions, locate the extension you would like to uninstall.                    

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

ชื่อ Wingman Clock Wingman Clock
ID aopdlhjhnhmlmpeopjcpdgbpjogkbenf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wingman-clock/aopdlhjhnhmlmpeopjcpdgbpjogkbenf
คำอธิบาย Wingman Clock: Keep track of time with style. A sleek and reliable Chrome extension for your daily time management needs.
ขนาดไฟล์ 1.27 MB
จำนวนการติดตั้ง 42,883
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-08-15
วันที่เผยแพร่ 2023-07-10
คะแนน 3.86/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา [email protected]
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://searchologic.com
URL หน้าช่วยเหลือ https://searchologic.com/Contact-Us/
URL หน้านโยบายความเป็นส่วนตัว https://searchologic.com/Privacy-Policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.754a7afc.png",
        "32": "icon32.plasmo.1b596b7f.png",
        "48": "icon48.plasmo.9c45e82d.png",
        "64": "icon64.plasmo.696cf0ec.png",
        "128": "icon128.plasmo.f5004619.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.754a7afc.png",
            "32": "icon32.plasmo.1b596b7f.png",
            "48": "icon48.plasmo.9c45e82d.png",
            "64": "icon64.plasmo.696cf0ec.png",
            "128": "icon128.plasmo.f5004619.png"
        }
    },
    "version": "1.0.3",
    "author": "Search-o-logic LLC",
    "name": "Wingman Clock",
    "description": "Wingman Clock: Keep track of time with style. A sleek and reliable Chrome extension for your daily time management needs.",
    "background": {
        "service_worker": "background.b78a8f7f.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.wingmanclock.com\/*"
    ]
}