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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.platform.ly/contact.us.php
عنوان صفحة سياسة الخصوصية 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\/"
    ]
}