Basecamp Ping Manager

Organise your Basecamp pings, give them a group name, and access them with a single click.

Basecamp Ping Managerคืออะไร?

Basecamp Ping Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Divyanshu Goel และคุณลักษณะหลักของมันคือ "Organise your Basecamp pings, give them a group name, and access them with a single click."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Basecamp Ping Manager

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

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

                        Basecamp Ping Manager makes it easy for you to bookmark your Basecamp pings having multiple participants. You can give your pings a fancy name, which is easy to remember and open the ping thread with a single click.

Features
1. Easily access your pings from all tabs.
2. You can bookmark a ping for future reference.
3. Create custom names for your pings
4. Check participants before opening a ping
5. Open Ping directly in Basecamp Desktop app
6. Open meet directly from chat

How to use? 

1. Install the extension. Pin📌 the extension. 

2. Click on the extension icon in the taskbar. A popup window would appear.

3. If you're not already signed in, the popup will ask you to Sign in to Basecamp. This is a one step process to connect your Basecamp Ping Manager with Basecamp. Now, you are good to go. You can create as many aliases of the pings as you need.

4. Simply open the Basecamp Ping that you want to save (open the ping in the browser).

5. Now, click on the extension icon on the taskbar. You will see a button to add new pings. The extension will fetch the details of the ping automatically (if you have followed Step 3).

6. Enter a name under which you want to save the ping, and click on save button. 

7. The ping bookmark is created and will be available to you all times.
Just click on the extension icon on the taskbar and you will see all the pings that you have created. To open a ping, just click on the ping name and it will take you to the Basecamp ping.

Note - All your Basecamp ping information remains stored on your system. We do not collect any of your pings information.


Version - v1.0.5
- Open Meet from chat

Version - v1.0.3
- Open Ping in Basecamp Desktop App
- Delete Ping Alias
- Add Aliases button inside Basecamp in Browser

Version - v1.0.2
- Check Participants
- Bug fixes

Version - v1.0.1
- Create Basecamp ping aliases
- Check List of all pings
- Click on a ping to open it in browser                    

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

ชื่อ Basecamp Ping Manager Basecamp Ping Manager
ID iognjlnaalbhfmcbdpcpajgnhkinoiik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/basecamp-ping-manager/iognjlnaalbhfmcbdpcpajgnhkinoiik
คำอธิบาย Organise your Basecamp pings, give them a group name, and access them with a single click.
ขนาดไฟล์ 52.65 KB
จำนวนการติดตั้ง 176
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2022-01-13
วันที่เผยแพร่ 2021-10-31
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Divyanshu Goel
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://basecamppingmanager.wixsite.com/home
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Basecamp Ping Manager",
    "description": "Organise your Basecamp pings, give them a group name, and access them with a single click.",
    "version": "1.0.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.basecamp.com\/*"
            ],
            "js": [
                "jquery3x.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    }
}