Hubflo Clipper

Créez en 1 clic un contact sur Hubflo depuis un profil Linkedin ou un échange Gmail / Outlook.

Hubflo Clipperคืออะไร?

Hubflo Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hubflo.com และคุณลักษณะหลักของมันคือ "Créez en 1 clic un contact sur Hubflo depuis un profil Linkedin ou un échange Gmail / Outlook."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hubflo Clipper

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

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

                        Making your Hubflo CRM thrive is now a breeze!

Effortlessly create a Hubflo contact with just a single click from a LinkedIn profile or through Gmail/Outlook conversations. Hubflo seamlessly pulls in all the necessary details!

How does it work?

Get the extension set up – it's free!
Browse a LinkedIn profile or dive into a Gmail/Outlook conversation.
Hit the 'Add to Hubflo' button.
For LinkedIn, just click 'Find Email'.
Fill in any additional info as required, then confirm.
And voilà! Your new contact is now on Hubflo!                    

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

ชื่อ Hubflo Clipper Hubflo Clipper
ID miionnbpcoinccnhekjjjloiknalhhfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hubflo-clipper/miionnbpcoinccnhekjjjloiknalhhfh
คำอธิบาย Créez en 1 clic un contact sur Hubflo depuis un profil Linkedin ou un échange Gmail / Outlook.
ขนาดไฟล์ 319 KB
จำนวนการติดตั้ง 242
เวอร์ชันปัจจุบัน 1.8.0
อัปเดตครั้งล่าสุด 2023-12-15
วันที่เผยแพร่ 2022-11-04
ผู้พัฒนา https://hubflo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hubflo.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.hubflo.com/privacy-policy
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hubflo Clipper",
    "version": "1.8.0",
    "description": "Cr\u00e9ez en 1 clic un contact sur Hubflo depuis un profil Linkedin ou un \u00e9change Gmail \/ Outlook.",
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_title": "Invoice Hubflo Template"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/import-main.js"
            ],
            "css": [
                "\/assets\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "assets\/*.svg",
                "content-scripts\/gmailJsLoader.js",
                "content-scripts\/extension.js",
                "content-scripts\/messageViewHandler.js",
                "popup\/index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content-scripts\/main.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "https:\/\/societeinfo.com\/*",
                "*:\/\/*.hubflo.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*",
                "https:\/\/*.openai.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/societeinfo.com\/*",
        "*:\/\/*.hubflo.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/mail.google.com\/",
        "*:\/\/inbox.google.com\/",
        "https:\/\/*.openai.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mail.google.com\/*"
        ]
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-inline' 'unsafe-eval'"
    }
}