Whippy - All in One Communication Platform

Click to text from webpage, CRM or ATS.

Τι είναι το Whippy - All in One Communication Platform;

Το Whippy - All in One Communication Platform είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://whippy.co, και η κύρια λειτουργία του είναι "Click to text from webpage, CRM or ATS.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Whippy - All in One Communication Platform

Λήψη αρχείων επέκτασης Whippy - All in One Communication Platform σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Whippy is an all in one communication platform for teams. With our chrome extension you can send messages, create campaigns and trigger sequences from any website, CRM or ATS.                    

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

Όνομα Whippy - All in One Communication Platform Whippy - All in One Communication Platform
ID fdniocipdjcdaedhpbjbpjjpbbhijmde
Επίσημο URL https://chromewebstore.google.com/detail/whippy-all-in-one-communi/fdniocipdjcdaedhpbjbpjjpbbhijmde
Περιγραφή Click to text from webpage, CRM or ATS.
Μέγεθος Αρχείου 110 KB
Αριθμός Εγκαταστάσεων 0
Τρέχουσα Έκδοση 0.0.0.7
Τελευταία Ενημέρωση 2023-10-04
Ημερομηνία Δημοσίευσης 2023-07-25
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://whippy.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.whippy.ai
Διεύθυνση URL της Σελίδας Βοήθειας https://www.whippy.ai/demo
URL της Σελίδας Πολιτικής Απορρήτου https://www.whippy.ai/legal/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "action": {
        "default_icon": {
            "48": "assets\/whippy_48.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content.css"
            ],
            "exclude_matches": [
                "*:\/\/localhost:*\/*",
                "*:\/\/*.whippy.co\/*"
            ],
            "js": [
                "lodash-debounce.js",
                "libphonenumber-max.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Click to text from webpage, CRM or ATS.",
    "icons": {
        "128": "assets\/whippy_128.png",
        "16": "assets\/whippy_16.png",
        "48": "assets\/whippy_48.png"
    },
    "manifest_version": 3,
    "name": "Whippy - All in One Communication Platform",
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "short_name": "whippy-chrome",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.7"
}