Platform.ly

Platform.ly is a CRM and Marketing Automation platform.

什么是Platform.ly?

Platform.ly是由serpedplugin开发的Chrome扩展程序,该扩展的主要功能是“Platform.ly is a CRM and Marketing Automation platform.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Platform.ly扩展crx文件

下载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\/"
    ]
}