TINYpulse
TINYpulse Chrome extension for quick accessing feature
TINYpulseคืออะไร?
TINYpulse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TINYpulse และคุณลักษณะหลักของมันคือ "TINYpulse Chrome extension for quick accessing feature"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TINYpulse
ดาวน์โหลดไฟล์ส่วนขยาย TINYpulse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you tired of waiting for email reminders to get to your TINYpulse? The TINYpulse Chrome plugin has arrived to free you from your inbox. Here's the cool stuff you get: Hop right on and answer your current week's TINYpulse Everyone loves Cheers, now you can send right from the browser Got something to say? Send a Virtual Suggestion anytime
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bapegenmjdffnjoccdfmcpbacdcngnkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tinypulse/bapegenmjdffnjoccdfmcpbacdcngnkj |
คำอธิบาย | TINYpulse Chrome extension for quick accessing feature |
ขนาดไฟล์ | 651 KB |
จำนวนการติดตั้ง | 973 |
เวอร์ชันปัจจุบัน | 1.11.0 |
อัปเดตครั้งล่าสุด | 2019-08-23 |
วันที่เผยแพร่ | 2019-08-22 |
คะแนน | 5.00/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | TINYpulse |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.tinypulse.com/ |
URL หน้าช่วยเหลือ | https://www.tinypulse.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.tinypulse.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TINYpulse", "description": "TINYpulse Chrome extension for quick accessing feature", "short_name": "TINYpulse", "version": "1.11.0", "browser_action": { "default_popup": "index.html", "default_icon": "images\/logo.png" }, "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "background": { "page": "background.html", "persistent": true }, "permissions": [ "debugger", "storage", "notifications", "background", "https:\/\/app.tinypulse.com\/", "http:\/\/staging.tinyserver.info\/", "http:\/\/dev.tinyserver.info\/", "http:\/\/app.lvh.me:3000\/", "https:\/\/production-tinypulse-shared.s3.amazonaws.com\/", "https:\/\/staging-tinypulse-shared.s3.amazonaws.com\/", "https:\/\/heroku-dev-tinypulse-shared.s3.amazonaws.com\/", "https:\/\/localhost-tinypulse-shared.s3.amazonaws.com\/", "alarms", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/app.lvh.me:3000\/saml\/sso\/chrome_ext*", "*:\/\/*.tinyserver.info\/saml\/sso\/chrome_ext*", "*:\/\/app.tinypulse.com\/saml\/sso\/chrome_ext*" ], "js": [ "\/lib\/jquery\/jquery-2.1.3.min.js", "\/js\/check-saml-login.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'" } |