Shakel-Table

chrome extension

Qu'est-ce que Shakel-Table ?

Shakel-Table est une extension Chrome développée par noordenbouhmid, et sa fonction principale est "chrome extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Shakel-Table

Téléchargez les fichiers d'extension Shakel-Table au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Looking for an easy way to convert your spreadsheets into beautiful tables? Look no further than our powerful extension! With just a few clicks, you can transform your spreadsheets into stunning, easy-to-read tables that are perfect for managing leads, sending SMS messages, and even reaching out to customers on WhatsApp.

Our extension is incredibly user-friendly and easy to use, even if you have no previous experience with spreadsheets or table formatting. With a variety of customizable options, you can create tables that fit your unique needs and preferences, whether you're looking to organize your sales data or keep track of your contacts.

In addition to its powerful table conversion capabilities, our extension also offers a variety of tools for managing your leads and communicating with your customers. With our easy-to-use campaign sequences, you can set up automated messaging sequences that will send SMS or WhatsApp messages to your leads at the perfect time.

And if you need to send bulk messages to a large group of customers or leads, our extension has you covered. With just a few clicks, you can send messages to multiple recipients at once, making it easy to stay in touch with your entire audience.

Best of all, our extension makes it easy to filter your leads based on their attitudes and preferences, so you can customize your messaging and ensure that you're reaching the right people at the right time. Whether you're looking to close more sales or simply stay in touch with your customers, our extension is the perfect tool for streamlining your communications and taking your business to the next level.




So why wait? Install our extension today and start taking your spreadsheet game to the next level!                    

Informations de Base sur l'Extension

Nom Shakel-Table Shakel-Table
ID inebicbfifnohdfpkfonicllcjldcdei
URL Officiel https://chromewebstore.google.com/detail/shakel-table/inebicbfifnohdfpkfonicllcjldcdei
Description chrome extension
Taille du Fichier 3.64 MB
Nombre d'Installations 332
Version Actuelle 2.0.7
Dernière Mise à Jour 2024-01-03
Date de Publication 2023-03-29
Évaluation 4.88/5 Total 58 Évaluations
Développeur noordenbouhmid
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.shakeltable.com/
URL de la Page d'Aide https://www.shakeltable.com/p/support.html
URL de la Page de Politique de Confidentialité https://www.shakeltable.com/p/tos.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shakel-Table",
    "description": "chrome extension",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhmPIrX8DmPCGjuAL5hcIgZWCxucEmBWXO2\/us5PvYrDehOhp1rBWZAp9+Ag2ydFD0g4yTQPae0TXZS30qRf0WrOrmXeU8pSrTNiiGibJGty+DrmbseqYS4NJJfUUV8I4FXRPFnTlt1TalOU2xrEWxfFrLBM0SELBlvo7AZFiZvV4s7HNp6poo0K3LToAe2\/0j1Kk+x6SqRXCnaWAHkCe6BX5O6M+RbhqwPVkfB6xcOcxYnA8CGKhLj80shXI75AkXATVDcbp9\/M3+TDKVWLtWt0JehUApVRIho677Cu4nwpPSla\/eT+fFVfKAbFeN9oi3OSIwDebEOEguVvUf9MblwIDAQAB",
    "version": "2.0.7",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": {
            "16": "16.png",
            "24": "24.png",
            "32": "32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "storage",
        "scripting",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "818530120-9eih00gv136er64rv94131c9dbe1dpir.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/script.projects",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    }
}