Shakel-Table

chrome extension

什么是Shakel-Table?

Shakel-Table是由noordenbouhmid开发的Chrome扩展程序,该扩展的主要功能是“chrome extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Shakel-Table扩展crx文件

下载Shakel-Table扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Shakel-Table Shakel-Table
ID inebicbfifnohdfpkfonicllcjldcdei
官方URL https://chromewebstore.google.com/detail/shakel-table/inebicbfifnohdfpkfonicllcjldcdei
简介 chrome extension
文件大小 3.64 MB
安装次数 332
当前版本 2.0.7
更新时间 2024-01-03
上架时间 2023-03-29
评分 4.88/5 共58次评分
开发者 noordenbouhmid
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.shakeltable.com/
帮助页面URL https://www.shakeltable.com/p/support.html
隐私政策页面URL https://www.shakeltable.com/p/tos.html
支持的语言 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"
        ]
    }
}