TINYpulse

TINYpulse Chrome extension for quick accessing feature

Τι είναι το TINYpulse;

Το TINYpulse είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TINYpulse, και η κύρια λειτουργία του είναι "TINYpulse Chrome extension for quick accessing feature".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TINYpulse TINYpulse
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'"
}