Outpost for Chrome™
Monitors your trades and offers, giving you desktop notifications whenever anything interesting happens!
Outpost for Chrome™คืออะไร?
Outpost for Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.tf2outpost.com และคุณลักษณะหลักของมันคือ "Monitors your trades and offers, giving you desktop notifications whenever anything interesting happens!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Outpost for Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย Outpost for Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is the only official Outpost extension, which instantly alerts you via desktop notifications when you have new notifications on the website. In the background, the extension will poll for updates every 60 seconds, and show a small notification when you have new posts on your trades or replies to your offers! This extension requires access to your cookies only on the Outpost network websites, as well as access to 'tabs' so that it can open trade pages when you click a button. We do not use this extension to access your browsing history at all - that's one of Chrome's permission system flaws. We recently added trade offer scanning, which monitors your trade offers in the background and sends you notifications on-site and in the browser extensions when you receive new offers. We'll also analyse the incoming offers against your open trades and inform you whether they match. Outpost for Chrome™ is currently available to all users of the website, and the only requirement is that you are logged in so that your notifications can be fetched. This means that you must stay logged in while your browser is open, otherwise you will not receive notifications as expected.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hgjefdmgcpfghakbmjiliecjdcgcfjdn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/outpost-for-chrome/hgjefdmgcpfghakbmjiliecjdcgcfjdn |
คำอธิบาย | Monitors your trades and offers, giving you desktop notifications whenever anything interesting happens! |
ขนาดไฟล์ | 296 KB |
จำนวนการติดตั้ง | 696 |
เวอร์ชันปัจจุบัน | 2.4.1 |
อัปเดตครั้งล่าสุด | 2017-02-23 |
วันที่เผยแพร่ | 2017-02-23 |
คะแนน | 4.29/5 รวมทั้งหมด 51 คะแนน |
ผู้พัฒนา | http://www.tf2outpost.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Outpost for Chrome\u2122", "version": "2.4.1", "description": "Monitors your trades and offers, giving you desktop notifications whenever anything interesting happens!", "icons": { "32": "data\/img\/icons\/icon_32.png", "48": "data\/img\/icons\/icon_48.png", "128": "data\/img\/icons\/icon_128.png" }, "browser_action": { "default_title": "Outpost", "default_popup": "data\/popup.html", "default_icon": { "19": "data\/img\/toolbar\/icon_loading.png" } }, "background": { "scripts": [ "lib\/jquery.min.js", "lib\/main.js" ], "persistent": true }, "permissions": [ "cookies", "tabs", "notifications", "background", "webRequest", "webRequestBlocking", "http:\/\/*.tf2outpost.com\/*", "http:\/\/*.dotaoutpost.com\/*", "http:\/\/*.csgoutpost.com\/*", "https:\/\/media.steampowered.com\/*", "https:\/\/steamcdn-a.akamaihd.net\/*" ], "optional_permissions": [ "https:\/\/steamcommunity.com\/*" ] } |