Profit.co

The most intuitive and flexible OKR software solution for your business

ما هو Profit.co؟

Profit.co هو إضافة Chrome تم تطويرها بواسطة https://www.profit.co، والميزة الرئيسية لها هي "The most intuitive and flexible OKR software solution for your business".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Profit.co

قم بتنزيل ملفات الامتداد Profit.co بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Profit.co offers the most agile and intuitive OKR software to help teams of all sizes manage their goals and execute their strategy. With modules to help leaders manage OKRs, performance, engagement, tasks, and even strategy, paired with 24/7 support, Profit.co is the perfect solution to help you measure, focus, and achieve your business goals. 

With the Profit.co Chrome extension, integrating OKRs into your day-to-day workflow is easier than ever. 

Download the extension, and you will be prompted with an authorization screen for your first use. Login to your Profit.co-associated gmail account. After that, as long as you are connected to your Google account, Profit.co will only be one click away, with no need to enter the domain name or your credentials ever again. 

The Profit.co Chrome extension connects you directly to your company, department, team, and individual OKRs and the entire Profit platform to help you stay on track and boost productivity.

Profit.co’s Modules:

Home: Manage alignments and monitor OKR progress by department and OKR level.
Strategy: Outline strategic initiatives, directives, and designate priorities.
OKR Management: Monitor OKRs by level and get at-a-glance progress reports.
Task Management: Create virtual workspaces and task boards for teams and connect individual projects and tasks directly to their associated OKR.
Engagement: Reward hard-working employees and boost morale with points. Gather employee feedback with customizable pulse surveys. 
Performance Management: Initiate question-based or competency-based reviews to get a holistic view of employee performance and experience as frequently as you see fit.                    

معلومات أساسية عن التمديد

الاسم Profit.co Profit.co
ID jecjkkigcpildkkaocmcclpfakjoffgo
عنوان URL الرسمي https://chromewebstore.google.com/detail/profitco/jecjkkigcpildkkaocmcclpfakjoffgo
الوصف The most intuitive and flexible OKR software solution for your business
حجم الملف 2.51 MB
عدد التثبيتات 110
النسخة الحالية 1.0.15
آخر تحديث 2023-11-07
تاريخ النشر 2021-02-12
المطور https://www.profit.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.profit.co/
عنوان صفحة المساعدة https://www.profit.co/contact-us
عنوان صفحة سياسة الخصوصية https://www.profit.co/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Profit.co",
    "version": "1.0.15",
    "description": "The most intuitive and flexible OKR software solution for your business",
    "content_security_policy": {
        "extension_pages": "default-src 'self';style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/app.profit.co\/ https:\/\/eu2-app.profit.co\/ https:\/\/api.profit.co\/ https:\/\/auth2.profit.co\/; frame-src 'self' https:\/\/app.profit.co\/ https:\/\/eu2-app.profit.co\/ https:\/\/api.profit.co\/ https:\/\/auth2.profit.co\/;"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "Profit.co",
        "default_popup": "profit_iframe.html",
        "default_icon": "\/images\/128.png"
    },
    "icons": {
        "16": "\/images\/16.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/eu2-app.profit.co\/*",
                "https:\/\/app.profit.co\/*",
                "https:\/\/api.profit.co\/*",
                "https:\/\/auth2.profit.co\/*"
            ],
            "js": [
                "js\/content.js",
                "js\/jquery-ui.js",
                "js\/jquery.min.js",
                "js\/popup.js",
                "js\/bootstrap-datepicker.min.js",
                "js\/moment.js",
                "js\/config.js",
                "js\/jquery.mark.min.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/jquery-ui.css",
                "css\/bootstrap-datepicker.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "oauth2": {
        "client_id": "390759591067-2pqq32ek2rchm7e0ndallam1p45638fq.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "permissions": [
        "identity",
        "storage",
        "contextMenus",
        "tabs",
        "activeTab",
        "desktopCapture"
    ],
    "host_permissions": [
        "https:\/\/app.profit.co\/",
        "https:\/\/auth2.profit.co\/",
        "https:\/\/api.profit.co\/",
        "https:\/\/eu2-app.profit.co\/",
        "http:\/\/*\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/main-style.css",
                "audio-checker.html",
                "js\/audio-checker.js",
                "css\/audio-visual.css",
                "audio-visual.html",
                "js\/audio-visual.js",
                "camera-container.html",
                "css\/camera-container.css",
                "js\/camera-container.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}