Picket Line Notifier

Get notified when you navigate to a website belonging to an organization whose employees are on strike.

Picket Line Notifierคืออะไร?

Picket Line Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Pizzurro และคุณลักษณะหลักของมันคือ "Get notified when you navigate to a website belonging to an organization whose employees are on strike."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Picket Line Notifier

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

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

                        Never accidentally cross a picket line again.

When employees take collective action and go on strike to improve their working conditions, they often form a picket line and ask their employers’ customers not to cross it. In the pre-digital age, it was easy to know if you were crossing a picket line because it was a literal line of striking workers outside the business’s office or store. Nowadays, striking workers still form picket lines, but in the digital age it is easy to do business with a company online without knowing its workers are striking. This extension changes that.

Picket Line Notifier is an open-source browser extension that alerts you when you navigate to a website belonging to an organization whose employees are on strike, with a focus on companies that do business with the public such as restaurants, grocery stores, retail, media companies, etc. Install it once and never worry about inadvertently crossing a picket line again. Picket Line Notifier is constantly updated—by humans—with the most up-to-date information on active pickets. You can also click on the extension icon to see a list of active pickets.

The Picket Line Notifier uses the ILR Cornell Labor Action Tracker and other social media reports. https://striketracker.ilr.cornell.edu/

The Picket Line Notifier GitHub repository is here: https://github.com/jamespizzurro/picket-line-notifier

If you would like to add an upcoming picket to the notifier or correct an error with existing ones, you can create an Issue in GitHub here: https://github.com/jamespizzurro/picket-line-notifier/issues                    

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

ชื่อ Picket Line Notifier Picket Line Notifier
ID mbehfdoomcmpbejngdojlocpkgjacppl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/picket-line-notifier/mbehfdoomcmpbejngdojlocpkgjacppl
คำอธิบาย Get notified when you navigate to a website belonging to an organization whose employees are on strike.
ขนาดไฟล์ 61.89 KB
จำนวนการติดตั้ง 435
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2023-12-10
วันที่เผยแพร่ 2021-12-01
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา James Pizzurro
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jamespizzurro/picket-line-notifier
URL หน้าช่วยเหลือ https://github.com/jamespizzurro/picket-line-notifier/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picket Line Notifier",
    "description": "Get notified when you navigate to a website belonging to an organization whose employees are on strike.",
    "version": "1.2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "32": "\/images\/icon-32.png",
            "48": "\/images\/icon-48.png",
            "128": "\/images\/icon-128.png"
        }
    }
}