Social $ales Accelerator
Create and manage tags
Was ist Social $ales Accelerator?
Social $ales Accelerator ist eine Chrome-Erweiterung, die von salessocialaccelerator entwickelt wurde, und ihr Hauptmerkmal ist "Create and manage tags".
Erweiterungsscreenshots
Social $ales Accelerator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Social $ales Accelerator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jdbmjifliniiccimgbahigelbkhpplih |
Offizielle URL | https://chrome.google.com/webstore/detail/social-ales-accelerator/jdbmjifliniiccimgbahigelbkhpplih |
Beschreibung | Create and manage tags |
Dateigröße | 2.63 MB |
Installationsanzahl | 11 |
Aktuelle Version | 1.0.94 |
Letztes Update | 2021-04-27 |
Veröffentlichungsdatum | 2021-04-21 |
Entwickler | salessocialaccelerator |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://socialsalesaccelerator.app/ |
Hilfeseite URL | https://socialsalesaccelerator.app/terms |
Unterstützte Sprachen | 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" ] } |