Twidios for Podio

Making a phone call via Podio is just one tap away. Twidios adds Phone and SMS functionalities to your Podio workspace. With…

Τι είναι το Twidios for Podio;

Το Twidios for Podio είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Twidios, και η κύρια λειτουργία του είναι "Making a phone call via Podio is just one tap away. Twidios adds Phone and SMS functionalities to your Podio workspace. With…".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Twidios for Podio

Λήψη αρχείων επέκτασης Twidios for Podio σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Making a phone call via Podio is just one tap away. Twidios adds Phone and SMS functionalities to your Podio workspace.

With Twidios now you will not only use the fastest Internet browser, but you can increase productivity and enhance communication with a powerful extension. Just install Twidios on your browser, connect your Twilio account, and you’ll be able to make phone calls and send text messages directly from Podio.

Click-to-call. Or type a message and send. All from your Podio Workspace.
A groundbreaking Chrome extension that will make your everyday work faster and more enjoyable.

Simplify everything and take your everyday communication on another level. The extension makes communication easy, convenient and straightforward – no need to install a ton of apps or connect with third-party providers.

Features, Powered by Twilio:
• Make outbound calls and receive incoming calls directly on Google Chrome
• Automatically track calls and Texts
• Send and receive text messages like your using a real phone • Get browser notifications whenever you get a text or call
• Change the color and theme of your extension however you like
• Connect your Twilio account and only pay for the minutes you use

Need a Twilio account? Start a free trial account now here:
https://www.twilio.com/

For Tutorials, go to
https://www.youtube.com/channel/UCUyvXSmCDdOKxpV-pMCS0sA                    

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

Όνομα Twidios for Podio Twidios for Podio
ID iekdkiooahpbgnppifhlgbkaoklbgifm
Επίσημο URL https://chromewebstore.google.com/detail/twidios-for-podio/iekdkiooahpbgnppifhlgbkaoklbgifm
Περιγραφή Making a phone call via Podio is just one tap away. Twidios adds Phone and SMS functionalities to your Podio workspace. With…
Μέγεθος Αρχείου 2.48 MB
Αριθμός Εγκαταστάσεων 33
Τρέχουσα Έκδοση 0.0.23
Τελευταία Ενημέρωση 2019-12-14
Ημερομηνία Δημοσίευσης 2019-12-13
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Twidios
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.twidios.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.twidios.com/faqs/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twidios for Podio",
    "version": "0.0.23",
    "manifest_version": 2,
    "short_name": "Twidios",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/icons\/logo.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "identity",
        "storage",
        "notifications",
        "https:\/\/podio.com\/*",
        "https:\/\/www.twidios.com\/*",
        "https:\/\/www.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background.js"
        ]
    },
    "oauth2": {
        "client_id": "34504542719-4om4kf4qf3drvrgsijurhr45ch3lene8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/podio.com\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "twidioscontent.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "*.js",
        "*.png",
        "css\/font-awesome.min.css",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.svg",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.woff2",
        "fonts\/fontawesome-webfontd41d.eot"
    ],
    "icons": {
        "16": "images\/icons\/logo.png",
        "48": "images\/icons\/logo.png"
    }
}