Shakel-Table

chrome extension

Cos'è Shakel-Table?

Shakel-Table è un'estensione di Chrome sviluppata da noordenbouhmid, e la sua funzione principale è "chrome extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Shakel-Table

Scarica i file di estensione Shakel-Table in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Shakel-Table Shakel-Table
ID inebicbfifnohdfpkfonicllcjldcdei
URL Ufficiale https://chromewebstore.google.com/detail/shakel-table/inebicbfifnohdfpkfonicllcjldcdei
Descrizione chrome extension
Dimensione del File 3.64 MB
Conteggio Installazioni 332
Versione Corrente 2.0.7
Ultimo Aggiornamento 2024-01-03
Data di Pubblicazione 2023-03-29
Valutazione 4.88/5 Totale 58 Valutazioni
Sviluppatore noordenbouhmid
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.shakeltable.com/
URL della Pagina di Aiuto https://www.shakeltable.com/p/support.html
URL della Pagina della Politica sulla Privacy https://www.shakeltable.com/p/tos.html
Lingue Supportate 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"
        ]
    }
}