Shakel-Table

chrome extension

O que é Shakel-Table?

Shakel-Table é uma extensão do Chrome desenvolvida por noordenbouhmid, e sua principal característica é "chrome extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Shakel-Table

Baixe arquivos de extensão Shakel-Table no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Shakel-Table Shakel-Table
ID inebicbfifnohdfpkfonicllcjldcdei
URL Oficial https://chromewebstore.google.com/detail/shakel-table/inebicbfifnohdfpkfonicllcjldcdei
Descrição chrome extension
Tamanho do Arquivo 3.64 MB
Contagem de Instalações 332
Versão Atual 2.0.7
Última Atualização 2024-01-03
Data de Publicação 2023-03-29
Classificação 4.88/5 Total de 58 Avaliações
Desenvolvedor noordenbouhmid
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.shakeltable.com/
URL da Página de Ajuda https://www.shakeltable.com/p/support.html
URL da Página de Política de Privacidade https://www.shakeltable.com/p/tos.html
Idiomas Suportados 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"
        ]
    }
}