TINYpulse

TINYpulse Chrome extension for quick accessing feature

什麼是TINYpulse?

TINYpulse是由TINYpulse開發的Chrome擴展程式,該擴展的主要功能是“TINYpulse Chrome extension for quick accessing feature”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 TINYpulse TINYpulse
ID bapegenmjdffnjoccdfmcpbacdcngnkj
官方網址 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'"
}