Platform.ly

Platform.ly is a CRM and Marketing Automation platform.

Что такое Platform.ly?

Platform.ly - это расширение Chrome, разработанное serpedplugin, и его основная функция - "Platform.ly is a CRM and Marketing Automation platform.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Platform.ly

Скачайте файлы расширений Platform.ly в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Platform.ly is a CRM and Marketing Automation platform with Business Intelligence (BI) Dashboards, Full (sales, emails, events, funnels) Reporting and link tracking service designed for bloggers, SaaS companies, ecommerce providers and digital marketing agencies.

The Platform.ly Plugin members to install the extension free, and then access their dashboards in a click to view their businesses most vital metrics instantly, no matter what site your browser is open on. You can also add new leads to your CRM. The extension works on your gmail page too, allowing 1 click adding of contacts from new emails you receive. Apply tags and sequences to those contacts in a few clicks as well as notes and other information. The plugin also allows you to create unique tracking links on the fly, using the right click function. This means you can track exact traffic sources through the full sales funnel.

This plugin is constantly updates.You can stay up to date with latest changes via our blog, located at https://blog.platform.ly/

Terms of Service – https://www.platform.ly/legal.php                    

Основная информация о расширении

Название Platform.ly Platform.ly
ID ocgpmnplnjbcmllpbggohlegbbkgcocm
Официальный URL https://chromewebstore.google.com/detail/platformly/ocgpmnplnjbcmllpbggohlegbbkgcocm
Описание Platform.ly is a CRM and Marketing Automation platform.
Размер файла 228 KB
Количество установок 404
Текущая Версия 2.2
Последнее Обновление 2022-08-11
Дата публикации 2020-03-14
Рейтинг 5.00/5 Всего 11 оценок
Разработчик serpedplugin
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.platform.ly/
URL страницы помощи https://www.platform.ly/contact.us.php
URL страницы политики конфиденциальности https://serped.net/legal/privacy.php
Поддерживаемые языки en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/platform.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "css\/contentEmailServices.css"
            ],
            "js": [
                "js\/contentEmailServices.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Platform.ly is a CRM and Marketing Automation platform.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/platform.png",
        "48": "images\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ErkmOS0IhdcLBmiJh65+7x\/9EhbeAHJ9WOrgcciNqCoCRfLpDQ\/NqE0R38qLo5lBLcDq5PB43SOoFIhGdaJnwMySU4yb0SKgQkvsK+TDliWpi5TCMA4wlqtOWIVQDBw52EjQXo262PqRaMAyEAad7U\/II29LomoTkJZVczHJr5vY\/FGHjgm\/EgaRLcD37+ju3M1N1cNHfyQRLnPJz1Vp537kA9zTx9113RUX7jH2YRCy8u03ksb0pNhQpa4Qhc3NiErgkX\/rG1kAve3WIDyW9+F0hIKB+p50+RJRt8PnbbyyxDEPfLoFAC0wQAzGw5yqSd2Ycp8jFC0r7q6SJDqoQIDAQAB",
    "manifest_version": 3,
    "name": "Platform.ly",
    "permissions": [
        "storage",
        "contextMenus",
        "management",
        "tabs"
    ],
    "short_name": "Platform.ly",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.2",
    "web_accessible_resources": [
        {
            "resources": [
                "templates\/addEmail.html",
                "templates\/searchEmail.html",
                "templates\/addTracking.html",
                "images\/platform.png",
                "js\/trackingChecker.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "templates\/emailSidebar.html"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.platform.ly\/"
    ]
}