Shakel-Table

chrome extension

¿Qué es Shakel-Table?

Shakel-Table es una extensión de Chrome desarrollada por noordenbouhmid, y su función principal es "chrome extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Shakel-Table

Descarga archivos de extensión Shakel-Table en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Shakel-Table Shakel-Table
ID inebicbfifnohdfpkfonicllcjldcdei
URL Oficial https://chromewebstore.google.com/detail/shakel-table/inebicbfifnohdfpkfonicllcjldcdei
Descripción chrome extension
Tamaño del Archivo 3.64 MB
Cantidad de Instalaciones 332
Versión Actual 2.0.7
Última Actualización 2024-01-03
Fecha de Publicación 2023-03-29
Calificación 4.88/5 Total de 58 Calificaciones
Desarrollador noordenbouhmid
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.shakeltable.com/
URL de la Página de Ayuda https://www.shakeltable.com/p/support.html
URL de la Página de Política de Privacidad https://www.shakeltable.com/p/tos.html
Idiomas Soportados 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"
        ]
    }
}