Tech Guide

How to Adding ChinaitechPay Website to MacBook Dock and Menu Bar

Money Tranfs Copy

Here’s how to add quick access to your ChinaitechPay website on a MacBook:

Method 1: Add to Dock as a Web App

Using Safari:

  1. Open Safari and navigate to https://chinaitechpay.com
  2. Click on “File” in the menu bar > “Add to Dock”
  3. In the pop-up window:
    • You can edit the name (default is the page title)
    • Click “Add”
  4. The site will now appear in your Dock as a clickable icon

Using Chrome:

  1. Open Chrome and go to https://chinaitechpay.com
  2. Click the three-dot menu (⋮) in the top-right > “More Tools” > “Create Shortcut”
  3. Check “Open as window” if you want it to open separately from Chrome
  4. Click “Create”
  5. The shortcut will appear in your Dock automatically

Method 2: Add to Menu Bar (Using Fluid App)

For more advanced integration that includes menu bar access:

  1. Download Fluid (free or paid version) from https://fluidapp.com
  2. Launch Fluid and enter:
  3. Choose an icon:
    • Use default or drag/drop a custom .icns file
  4. Under “Behavior”:
    • Check “Pin to Dock”
    • Check “Show in Menu Bar”
  5. Click “Create”
  6. The app will now:
    • Appear in your Applications folder
    • Be available in Dock
    • Show in menu bar for quick access

Method 3: Using AppleScript (For Advanced Users)

Create a script that opens the site in a dedicated window:

  1. Open Script Editor (in Applications > Utilities)
  2. Paste this code:
applescript

Copy

Download

tell application "Safari"
    make new document with properties {URL:"https://chinaitechpay.com"}
    activate
end tell
  1. Save as an application (File > Export, format: Application)
  2. Drag the created app to your Dock

Tips for Better Integration:

  1. Custom Icon:
    • Right-click on the Dock icon > “Get Info”
    • Drag/drop a custom .icns file onto the small icon in the info window
  2. Notification Badges (Paid Fluid Feature):
    • Set up RSS feed monitoring for site updates
    • Get badge notifications when content changes
  3. Menu Bar Controls:
    • With Fluid, you can add custom menu bar items for common actions
    • Create JavaScript bookmarks that appear in the menu
  4. Login Persistence:
    • In Safari, enable “Always remember password” for the site
    • In Chrome-based apps, enable “Continue where you left off”