BASS Builderall Segmenting System

Builderall Segmenting System helps you to convert and retain more leads through advanced segmentation and follow up

BASS Builderall Segmenting System là gì?

BASS Builderall Segmenting System là một tiện ích mở rộng Chrome được phát triển bởi James N-T, và tính năng chính của nó là "Builderall Segmenting System helps you to convert and retain more leads through advanced segmentation and follow up".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BASS Builderall Segmenting System

Tải xuống các tệp mở rộng BASS Builderall Segmenting System dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Are you tired of spending your valuable time following up with leads manually?

Have you had enough of trying to track your active, inactive and test accounts yourself?

​​​​​​​Not anymore!

This new tool will save you the time and the hassle of following up yourself.

With this new tool, you will be able to...

​​​​​Segment your active, inactive and test users.
Automatically import these users into MailingBoss
Automatically import these users into any Autoresponder
Automatically follow up with your users
Set the time you want your automations to run each day
Automate your bonuses and redeemables for active members
Auto follow up with users who go inactive
Keep a list of everyone who has ever been active
Schedule appointments with new active or inactive users
Receive email notifications when someone goes inactive or active ​​​​​​​

​​​​​​​WITHOUT
 
Having any tech skills
​​​​​​​Spending precious time

All on automation.​​​​​​​                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BASS Builderall Segmenting System BASS Builderall Segmenting System
ID edlkohabooliiodpmlfkaaimmakngfal
URL Chính Thức https://chromewebstore.google.com/detail/bass-builderall-segmentin/edlkohabooliiodpmlfkaaimmakngfal
Mô tả Builderall Segmenting System helps you to convert and retain more leads through advanced segmentation and follow up
Kích Thước Tệp 535 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0.20
Cập Nhật Lần Cuối 2020-04-07
Ngày Phát Hành 2020-04-06
Nhà Phát Triển James N-T
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.bass.banomad.com
URL Trang Trợ Giúp https://www.bass.banomad.com/support
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BASS Builderall Segmenting System",
    "short_name": "Builderall Segmenting System",
    "version": "1.0.20",
    "description": "Builderall Segmenting System helps you to convert and retain more leads through advanced segmentation and follow up",
    "minimum_chrome_version": "16.0.884",
    "background": {
        "scripts": [
            "\/assets\/js\/jquery-2.2.4.min.js",
            "\/assets\/js\/background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "author": "Trigvent",
    "browser_action": {
        "browser_style": false,
        "default_title": "Builderall Segmenting System",
        "default_popup": "\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com 'unsafe-eval'; object-src 'self'",
    "oauth2": {
        "client_id": "416684511393-1ja6qvvtbj27m5fuma5vbtj36smiejl6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "identity",
        "https:\/\/office.builderall.com\/*",
        "https:\/\/www.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/office.builderall.com\/us\/office\/franchise-system\/leads",
                "https:\/\/office.builderall.com\/de\/office\/franchise-system\/leads",
                "https:\/\/office.builderall.com\/it\/office\/franchise-system\/leads",
                "https:\/\/office.builderall.com\/es\/office\/franchise-system\/leads",
                "https:\/\/office.builderall.com\/br\/office\/franchise-system\/leads",
                "https:\/\/office.builderall.com\/nl\/office\/franchise-system\/leads"
            ],
            "js": [
                "\/assets\/js\/jquery-2.2.4.min.js",
                "\/assets\/js\/jquery.csv.min.js",
                "\/assets\/js\/content_script.js",
                "lang.js"
            ],
            "css": [
                "\/assets\/css\/content_script.css"
            ]
        }
    ]
}