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 |
Eメール | [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'" } |