Social $ales Accelerator

Create and manage tags

什么是Social $ales Accelerator?

Social $ales Accelerator是由salessocialaccelerator开发的Chrome扩展程序,该扩展的主要功能是“Create and manage tags”。

扩展截图

screenshot

下载Social $ales Accelerator扩展crx文件

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

扩展使用说明

                        Create and manage tags
Quickly Connect With Loads of Your 
Ideal Clients
Organically and Start Profitable
Conversations With Them On
Autopilot... 
(Without Putting Your Personal FB Profile At Risk!)
or paying crazy software fees

Use tags to manage and organize your Facebook Messenger conversations and leads
Use growth hacking techniques to fast track your journey to success and sales !

Just click on the blue ADD TO CHROME button above.
   
👍 How it works

You have access to the following:

✔️ Inbuilt custom tags
✔️ Custom tag colors
✔️ Notes
✔️ Browser reminders
✔️ Canned messages/responses
✔️ Message templates
✔️ Google calendar integration
✔️ Support Facebook Marketplace
✔️ Support Facebook Pages
✔️ Ability to send mass message to all friends on Facebook messenger
✔️ Tag contacts on Messenger, your Facebook profile, groups e.t.c.
✔️ Automatically add friends from your target market
✔️ Use the comment blaster to grow your list !
✔️ AMAZING Team functionality !!!
✔️Niche Sniper !

and much much more .... 

Note: This extension is not affiliated with Facebook or it's Messenger platform in any way.                    

扩展基本信息

名称 Social $ales Accelerator Social $ales Accelerator
ID jdbmjifliniiccimgbahigelbkhpplih
官方URL https://chrome.google.com/webstore/detail/social-ales-accelerator/jdbmjifliniiccimgbahigelbkhpplih
简介 Create and manage tags
文件大小 2.63 MB
安装次数 11
当前版本 1.0.94
更新时间 2021-04-27
上架时间 2021-04-21
开发者 salessocialaccelerator
电子邮箱 [email protected]
付费类型 free
扩展官网 https://socialsalesaccelerator.app/
帮助页面URL https://socialsalesaccelerator.app/terms
支持的语言 en-US
manifest.json
{
    "background": {
        "scripts": [
            "\/assets\/js\/jquery.min.js",
            "\/assets\/js\/moment.min.js",
            "\/config.js",
            "\/assets\/js\/common.js",
            "\/assets\/js\/constant.js",
            "\/assets\/js\/background.js"
        ]
    },
    "browser_action": {
        "browser_style": false,
        "default_popup": "\/index.html",
        "default_title": "Social $ales Accelerator"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "\/assets\/css\/content_script.css",
                "assets\/css\/toastr.min.css"
            ],
            "js": [
                "\/assets\/js\/jquery.min.js",
                "assets\/js\/toastr.min.js",
                "config.js",
                "\/assets\/js\/content_script.js",
                "\/assets\/js\/page_content_script.js",
                "\/assets\/js\/common.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/messages\/*",
                "*:\/\/*.facebook.com\/*\/inbox*",
                "*:\/\/*.messenger.com\/*"
            ]
        },
        {
            "css": [
                "\/assets\/css\/content_script.css",
                "\/assets\/css\/adf.css",
                "assets\/css\/toastr.min.css",
                "\/assets\/css\/jquery-ui.min.css"
            ],
            "js": [
                "\/assets\/js\/jquery.min.js",
                "\/assets\/js\/jquery-ui.min.js",
                "assets\/js\/toastr.min.js",
                "config.js",
                "\/assets\/js\/message_func.js",
                "\/assets\/js\/content_script.js",
                "\/assets\/js\/profile_content_script.js",
                "\/assets\/js\/comment_blaster.js",
                "\/assets\/js\/bd_content_script.js",
                "\/assets\/js\/afd_content_script.js",
                "\/assets\/js\/friends_list_script.js",
                "\/assets\/js\/common.js",
                "\/assets\/js\/constant.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/db.onlinewebfonts.com 'unsafe-eval'; object-src 'self'",
    "description": "Create and manage tags",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "64": "64.png"
    },
    "manifest_version": 2,
    "name": "Social $ales Accelerator",
    "permissions": [
        "activeTab",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.socialsalesaccelerator.app\/*",
        "*:\/\/*.messenger.com\/*",
        "storage",
        "cookies",
        "tabs",
        "webRequest",
        "notifications",
        "webRequestBlocking",
        "identity",
        "*:\/\/www.googleapis.com\/*",
        "*:\/\/accounts.google.com\/*",
        "clipboardRead",
        "clipboardWrite"
    ],
    "short_name": "S$A",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.94",
    "web_accessible_resources": [
        "comment_blaster.html",
        "lead_sniper.html",
        "assets\/images\/64.png",
        "assets\/images\/welcome.png",
        "assets\/css\/cb_main.css",
        "assets\/js\/t.js"
    ]
}