Charlie CRM

A chrome extension for Charlie CRM

Was ist Charlie CRM?

Charlie CRM ist eine Chrome-Erweiterung, die von Stay Cool LLC. entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension for Charlie CRM".

Erweiterungsscreenshots

screenshot

Charlie CRM-Erweiterungs-CRX-Datei herunterladen

Laden Sie Charlie CRM-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

                        CharlieCRM allows you to Effortlessly Follow Up and Close Your Dream Customers and Clients Without The Headache Of Getting Lost In Your Messenger Messages!

CharlieCRM allows you to Turn your Messenger into a user-friendly CRM so you can keep track of your sales process and never leave Money On The Table Again!!

The ability to Sync data across your team members and seamlessly work through your Messenger sales pipeline.

The ability to Boost your productivity and manage more Messenger conversations and make more sales with CharlieCRM Templates and Notes feature.

Charlie can tag all your Messenger chats with Color-coded tags, enabling you to keep track of every person you spoke with in Messenger in order to save you time and connect with your dream customers more quickly.

-------------
CharlieCRM is a Chrome Extension that enables you to Effortlessly Follow Up and Close Your Dream Customers and Clients Without The Headache Of Getting Lost In Your Messenger Messages!

This extension does not violate GDPR rules since we are explicitly following up with customers who we already have contact with in Facebook Messenger and Close a deal Without The Headache Of Getting Lost In Your Messenger Messages!

Disclaimer: CharlieCRM has no affiliations, is not endorsed or sponsored by the popular social network website Facebook™. All copyrights belong to their respective owners. This Chrome extension is not owned by, is not licensed by and is not a subsidiary of the popular social network website Facebook™.  All articles, images, logos and trademarks in this Chrome extension are property of their respective owners.                    

Grundlegende Informationen zur Erweiterung

Name Charlie CRM Charlie CRM
ID hgbalhdepgidkpblaihfkacbdihnjmja
Offizielle URL https://chromewebstore.google.com/detail/charlie-crm/hgbalhdepgidkpblaihfkacbdihnjmja
Beschreibung A chrome extension for Charlie CRM
Dateigröße 813 KB
Installationsanzahl 140
Aktuelle Version 1.1.9
Letztes Update 2022-11-14
Veröffentlichungsdatum 2021-02-05
Entwickler Stay Cool LLC.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.charliecrm.com
Hilfeseite URL https://support.kimcdang.com
URL der Datenschutzrichtlinien-Seite https://www.groupconvert.com/privacy24428578
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension for Charlie CRM",
    "version": "1.1.9",
    "manifest_version": 3,
    "name": "Charlie CRM",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/www.messenger.com\/*",
        "https:\/\/mbasic.facebook.com\/*",
        "https:\/\/*.facebook.com\/messages\/t\/*",
        "https:\/\/docs.google.com\/spreadsheets\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "",
                "https:\/\/*.facebook.com\/messages\/t\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "oauth2": {
        "client_id": "397040769817-2ra68ua584siufgeq755q6539efr49tv.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/drive.readonly",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets.readonly"
        ]
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "icon-16.png",
                "header.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/music.yandex.ru\/;"
    }
}