Social Attache

Automate your social media prospecting and follow-up with the only tool that covers all the bases for network marketers.

What is Social Attache?

Social Attache is a Chrome extension developed by https://socialattache.com, and its main feature is "Automate your social media prospecting and follow-up with the only tool that covers all the bases for network marketers.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Social Attache Extension CRX File

Download Social Attache extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Social Attaché is the world's only social CRM... with automation!

Work your business directly within your social media accounts instead of having to copy/paste between social and CRM.

- prospecting made easy through one-click import of a social profile as a contact
- one-click import the email sender from your Web based email
- automatically import profiles of people who've messaged you on social
- watch posts and automatically import profiles of those who comment
- auto-respond to post comments with a social message
- automatically accept new group members and import their answers to the group questions 
- set up automated follow ups via email, SMS text and social messaging
- curate content with one-click post download
- schedule your content for auto-posting on all your social platforms
- schedule your content once for repeating parties or challenges that take place within Facebook groups or Messenger group chats                    

Extension Basic Information

Name Social Attache Social Attache
ID ndmgohcmefhejdeeldphigfkfhbaejak
Official URL https://chromewebstore.google.com/detail/social-attache/ndmgohcmefhejdeeldphigfkfhbaejak
Description Automate your social media prospecting and follow-up with the only tool that covers all the bases for network marketers.
File Size 593 KB
Installation Count 45
Current Version 2.92
Last Updated 2024-03-03
Publish Date 2021-12-08
Developer https://socialattache.com
Email [email protected]
Payment Type in_app
Extension Website https://SocialAttache.com/consultant
Privacy Policy Page URL https://socialattache.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Social Attache",
    "version": "2.92",
    "description": "Automate your social media prospecting and follow-up with the only tool that covers all the bases for network marketers.",
    "permissions": [
        "alarms",
        "clipboardRead",
        "clipboardWrite",
        "cookies",
        "idle",
        "storage",
        "activeTab",
        "scripting",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "https:\/\/noserver.com\/*",
        "https:\/\/downlineduplicator.com\/*",
        "https:\/\/socialattache.com\/*",
        "https:\/\/socialattache.com\/*",
        "https:\/\/business.facebook.com\/creatorstudio*",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/mbasic.facebook.com\/*",
        "https:\/\/upload.facebook.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/web.facebook.com\/*",
        "https:\/\/www.pinterest.ca\/*",
        "https:\/\/www.pinterest.com\/*",
        "https:\/\/www.pinterest.co.uk\/*",
        "https:\/\/www.pinterest.com.au\/*",
        "https:\/\/www.pinterest.com.mx\/*",
        "https:\/\/www.pinterest.fr\/*",
        "https:\/\/br.pinterest.com\/*",
        "https:\/\/www.tiktok.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "MobileHeaderRules.json"
            }
        ]
    },
    "icons": {
        "16": "Images\/Icon16.png",
        "32": "Images\/Icon32.png",
        "48": "Images\/Icon48.png",
        "128": "Images\/Icon128.png"
    },
    "action": {
        "default_title": "Open Menu"
    },
    "background": {
        "service_worker": "Environment\/service_worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/business.facebook.com\/creatorstudio*",
                "https:\/\/m.facebook.com\/*",
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/upload.facebook.com\/*",
                "https:\/\/www.messenger.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/web.facebook.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.pinterest.ca\/*",
                "https:\/\/www.pinterest.com\/*",
                "https:\/\/www.pinterest.co.uk\/*",
                "https:\/\/www.pinterest.com.au\/*",
                "https:\/\/www.pinterest.com.mx\/*",
                "https:\/\/www.pinterest.fr\/*",
                "https:\/\/br.pinterest.com\/*",
                "https:\/\/www.tiktok.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/outlook.live.com\/*"
            ],
            "css": [
                "CSS\/CardLayout.css",
                "CSS\/Controls.css",
                "CSS\/DashboardItems.css",
                "CSS\/DateAndTimeChooser.css",
                "CSS\/DropdownMenu.css",
                "CSS\/MenuExtension.css",
                "CSS\/ExternalUI.css",
                "CSS\/Forms.css",
                "CSS\/Images.css",
                "CSS\/LayoutAppContent.css",
                "CSS\/MessageWindow.css",
                "CSS\/NormalizeStyles.css",
                "CSS\/Notifications.css",
                "CSS\/PopUpWindow.css",
                "CSS\/LayoutAppPage.css",
                "CSS\/LayoutExtension.css",
                "CSS\/RowLayout.css",
                "CSS\/MessagesPage.css",
                "CSS\/TemplatePreviews.css"
            ],
            "js": [
                "ThirdParty\/clipboard\/dist\/clipboard.min.js",
                "ThirdParty\/sprintf.js",
                "Config.js",
                "Common\/Assert.js",
                "Common\/Ajax.js",
                "Common\/Browser.js",
                "Environment\/Messaging.js",
                "Environment\/Storage.js",
                "Environment\/ExtractFunctionsIntoString.js",
                "Common\/AddRemoveSelector.js",
                "Common\/Cookies.js",
                "Common\/DragDropFactory.js",
                "Common\/Json.js",
                "Common\/Log.js",
                "Common\/Utilities.js",
                "Common\/DocumentLoad.js",
                "Common\/Class.js",
                "Common\/BusyIndicator.js",
                "Common\/EditTree.js",
                "Common\/SelectTable.js",
                "Common\/FilterSelect.js",
                "Common\/TableHelper.js",
                "Common\/FilterTable.js",
                "Common\/MultiItem.js",
                "Common\/MultiSelect.js",
                "Common\/EnableDisable.js",
                "Common\/Visibility.js",
                "Strings\/Strings.js",
                "Common\/Url.js",
                "Common\/HtmlTextArea.js",
                "Common\/Clipboard.js",
                "Common\/Form.js",
                "Common\/FormValidation.js",
                "Common\/PopUpWindow.js",
                "Common\/WebWindow.js",
                "Common\/MessageWindow.js",
                "Common\/DateAndTime.js",
                "Common\/DateAndTimeChooser.js",
                "Common\/LoggedActivities.js",
                "Common\/LocaleCountryNamesByCode.js",
                "Common\/LocaleAddress.js",
                "Environment\/Environment.js",
                "NetBizBoom\/Events.js",
                "NetBizBoom\/Resources.js",
                "NetBizBoom\/Filtering.js",
                "NetBizBoom\/Helpers.js",
                "NetBizBoom\/Messages.js",
                "UserInterface\/Filtering.js",
                "UserInterface\/Selections.js",
                "UserInterface\/ViewState.js",
                "Users\/UserFeatureConstants.js",
                "Constants.js",
                "Shared\/DateAndTimeHelpers.js",
                "Shared\/ExtensionSettings.js",
                "Shared\/Helpers.js",
                "Background\/Brands.js",
                "Background\/Contacts.js",
                "Background\/Filters.js",
                "Background\/Groups.js",
                "Background\/Help.js",
                "Background\/Tags.js",
                "Content\/Accounts.js",
                "Content\/ContentHelpers.js",
                "Content\/MainMenu.js",
                "Content\/MenuExtension.js",
                "Content\/Pages.js",
                "Content\/Posts.js",
                "Shared\/GetBlob.js",
                "Shared\/Selectors.js",
                "Content\/vCards.js",
                "Content\/MessageFiltering.js"
            ]
        },
        {
            "matches": [
                "https:\/\/m.facebook.com\/*",
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/upload.facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/web.facebook.com\/*",
                "https:\/\/www.messenger.com\/*"
            ],
            "js": [
                "Shared\/FacebookHelpers.js",
                "Content\/Facebook\/FacebookContentScript.js",
                "Content\/Facebook\/FacebookConversations.js",
                "Content\/Facebook\/FacebookCustomLists.js",
                "Content\/Facebook\/FacebookFriendship.js",
                "Content\/Facebook\/FacebookGroupMembers.js",
                "Content\/Facebook\/FacebookGroupMembership.js",
                "Content\/Facebook\/FacebookGroups.js",
                "Content\/Facebook\/FacebookMessages.js",
                "Content\/Facebook\/FacebookMessaging.js",
                "Content\/Facebook\/FacebookPostActivity.js",
                "Content\/Facebook\/FacebookPostCommenting.js",
                "Content\/Facebook\/FacebookPosting.js",
                "Content\/Facebook\/FacebookPosts.js"
            ]
        },
        {
            "matches": [
                "https:\/\/business.facebook.com\/creatorstudio*",
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "Content\/Instagram\/InstagramContentScript.js",
                "Content\/Instagram\/InstagramPagesUI.js",
                "Content\/Instagram\/InstagramMessages.js",
                "Content\/Instagram\/InstagramMessaging.js",
                "Content\/Instagram\/InstagramPosting.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.pinterest.ca\/*",
                "https:\/\/www.pinterest.com\/*",
                "https:\/\/www.pinterest.co.uk\/*",
                "https:\/\/www.pinterest.com.au\/*",
                "https:\/\/www.pinterest.com.mx\/*",
                "https:\/\/www.pinterest.fr\/*",
                "https:\/\/br.pinterest.com\/*"
            ],
            "js": [
                "Content\/ContentScriptPinterest.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "Content\/ContentScriptTikTok.js"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "Content\/ContentScriptTwitter.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.messenger.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.pinterest.ca\/*",
                "https:\/\/www.pinterest.com\/*",
                "https:\/\/www.pinterest.co.uk\/*",
                "https:\/\/www.pinterest.com.au\/*",
                "https:\/\/www.pinterest.com.mx\/*",
                "https:\/\/www.pinterest.fr\/*",
                "https:\/\/www.tiktok.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/m.facebook.com\/*",
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/upload.facebook.com\/*"
            ],
            "js": [
                "Shared\/FacebookHelpers.js",
                "Content\/Facebook\/FacebookMessengerUI.js",
                "Content\/Facebook\/FacebookPagesUI.js",
                "Content\/Instagram\/InstagramMessengerUI.js",
                "Content\/ContentScriptAugmentation.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/www.messenger.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.pinterest.ca\/*",
                "https:\/\/www.pinterest.com\/*",
                "https:\/\/www.pinterest.co.uk\/*",
                "https:\/\/www.pinterest.com.au\/*",
                "https:\/\/www.pinterest.com.mx\/*",
                "https:\/\/www.pinterest.fr\/*",
                "https:\/\/www.tiktok.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/m.facebook.com\/*",
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/upload.facebook.com\/*"
            ],
            "resources": [
                "Data\/*",
                "Images\/*",
                "RedirectPost\/*",
                "Strings\/*",
                "v2\/*"
            ]
        }
    ]
}