TINYpulse
TINYpulse Chrome extension for quick accessing feature
什么是TINYpulse?
TINYpulse是由TINYpulse开发的Chrome扩展程序,该扩展的主要功能是“TINYpulse Chrome extension for quick accessing feature”。
扩展截图
下载TINYpulse扩展crx文件
下载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'" } |