Platform.ly

Platform.ly is a CRM and Marketing Automation platform.

Platform.ly क्या है?

Platform.ly serpedplugin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Platform.ly is a CRM and Marketing Automation platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Platform.ly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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