Platform.ly

Platform.ly is a CRM and Marketing Automation platform.

Hvad er Platform.ly?

Platform.ly er en Chrome-udvidelse udviklet af serpedplugin, og dens hovedfunktion er "Platform.ly is a CRM and Marketing Automation platform.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Platform.ly-udvidelses-CRX-fil

Download Platform.ly-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Platform.ly Platform.ly
ID ocgpmnplnjbcmllpbggohlegbbkgcocm
Officiel URL https://chromewebstore.google.com/detail/platformly/ocgpmnplnjbcmllpbggohlegbbkgcocm
Beskrivelse Platform.ly is a CRM and Marketing Automation platform.
Filstørrelse 228 KB
Antal Installationer 404
Nuværende Version 2.2
Senest Opdateret 2022-08-11
Udgivelsesdato 2020-03-14
Bedømmelse 5.00/5 Samlet 11 Bedømmelser
Udvikler serpedplugin
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.platform.ly/
Hjælpeside-URL https://www.platform.ly/contact.us.php
URL til Fortrolighedspolitik Side https://serped.net/legal/privacy.php
Understøttede Sprog 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\/"
    ]
}