Offsite - Save to monday.com

monday.com Productivity and CRM Extension

Offsite - Save to monday.comคืออะไร?

Offsite - Save to monday.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://addoffsite.com และคุณลักษณะหลักของมันคือ "monday.com Productivity and CRM Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Offsite - Save to monday.com

ดาวน์โหลดไฟล์ส่วนขยาย Offsite - Save to monday.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Capture and integrate the web into your monday.com workflows - Tasks, Screenshots, Gmail and LinkedIn prospects and leads and much more!

Offsite monday.com chrome extension let you access your monday.com work OS directly from your browser and helps you get things done faster and smarter. Create tasks, assign team members, upload files, and much more. Work effectively offsite, save time, never lose focus.

Features

✔️ Create tasks directly from your browser 

Access your monday.com work OS directly from any browser window to get things done faster and smarter. Create tasks, assign team members, upload files, and much more. Work effectively offsite, save time, never lose focus.

🤝 Save leads from your Gmail. Streamline your work and automate your sales and marketing processes.

Effortlessly integrate your leads and contacts by one click saving leads from Gmail to monday.com CRM.  Save time and effort and focus on closing deals and growing your business. 

📸 Screenshot, Annotate and share for better communication and collaboration

Seamlessly provide feedback or instructions directly from your browser by creating and sharing a screenshot with your team members of clients. 

💼 Coming Soon! Quickly collect prospects on LinkedIn without having to manually copy and paste information.

Enrich your monday.com CRM sales data, save time, collect accurate data and up-to-date information at scale, to ensure that your prospects are high-quality.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Offsite - Save to monday.com Offsite - Save to monday.com
ID mcnjnnkpahkmohlocmkfmkndnlcakfio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/offsite-save-to-mondaycom/mcnjnnkpahkmohlocmkfmkndnlcakfio
คำอธิบาย monday.com Productivity and CRM Extension
ขนาดไฟล์ 2.55 MB
จำนวนการติดตั้ง 1,719
เวอร์ชันปัจจุบัน 3.5.2
อัปเดตครั้งล่าสุด 2023-12-08
วันที่เผยแพร่ 2022-11-29
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://addoffsite.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://addoffsite.com/
URL หน้าช่วยเหลือ https://wkf.ms/3zrMFIU
URL หน้านโยบายความเป็นส่วนตัว https://addoffsite.com?page_id=540
ภาษาที่รองรับ de,en,fr,es,it,pt-PT,iw,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.5.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "identity",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/auth.monday.com\/*",
        "https:\/\/app.addoffsite.com\/*",
        "https:\/\/api.monday.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "scripts\/jquery-3.1.0.min.js",
                "scripts\/arrive.min.js",
                "linkedin_content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/monday.css",
                "\/images\/spin.gif",
                "\/images\/update_img.png",
                "\/images\/cancel.png",
                "\/images\/sparkle.png",
                "\/images\/layers.png",
                "\/images\/stack.png",
                "\/images\/thunder.png",
                "\/images\/star.png",
                "\/images\/done.png",
                "\/images\/cross.png",
                "\/images\/success.png",
                "\/images\/copyImg.png",
                "\/images\/wrong.png",
                "\/images\/plus.png",
                "\/images\/DoneIcon.png",
                "\/images\/offsave.svg",
                "\/images\/gmail_group.png",
                "\/images\/Loading.png",
                "\/images\/offsave.png",
                "\/images\/48x48.png",
                "\/images\/save.png",
                "\/images\/128x128.png",
                "\/images\/close.png",
                "\/images\/union.png",
                "\/images\/settings.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}