folkX

folkX lets you add contacts to your folk from anywhere on the web, including LinkedIn, Sales Navigator, Gmail threads and more.

folkXとは何ですか?

folkXはhttps://folk.appによって開発されたChromeの拡張機能で、その主な機能は「folkX lets you add contacts to your folk from anywhere on the web, including LinkedIn, Sales Navigator, Gmail threads and more.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

folkX拡張機能のCRXファイルをダウンロード

folkX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Forget time-consuming copy-pasting; now you can build out your CRM with ease using folkX. Take the legwork out of collecting contacts for prospecting, hiring, fundraising, and much more.

It works like this:

1. Download the free folkX for Chrome extension
2. Sign up on folk at https://folk.app/
3. Pin the folkX extension to your Chrome browser
4. With folkX, add new contacts to your folk with just one click from a profile on any website, without needing to open folk. It synchs with your folk in real time, and you can also search and edit contacts through the folkX extension.

folk (https://folk.app/) is the all-in-one CRM for all your relationships.

---

Questions? Feedback? Feel free to email us at [email protected] or reach out on Twitter: [https://twitter.com/FolkHQ](https://twitter.com/FolkHQ)                    

拡張機能の基本情報

名前 folkX folkX
ID akeepikolhaikilagiekmegfhefcbohd
公式URL https://chromewebstore.google.com/detail/folkx/akeepikolhaikilagiekmegfhefcbohd
説明 folkX lets you add contacts to your folk from anywhere on the web, including LinkedIn, Sales Navigator, Gmail threads and more.
ファイルサイズ 2.95 MB
インストール数 10,934
現在のバージョン 3.8.0
最終更新日 2024-02-28
公開日 2021-09-09
評価 4.76/5 合計 38 レビュー
開発者 https://folk.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.folk.app
ヘルプページのURL https://www.folk.app
プライバシーポリシーページのURL https://www.folk.app/privacy-policy1
対応言語 en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "folkX",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "3.8.0",
    "action": {
        "default_title": "FolkX",
        "default_icon": {
            "32": "favicon_white.png"
        }
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.folk.app\/*"
        ]
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content-gmail.ts-f638fae5-3d48b641.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.content-linkedin.ts-ddf51a7d-d0e728c4.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.content-sales-navigator.ts-e86d942b-cee6f57f.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/sales\/*"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.content-twitter.ts-bc0d1f11-6f54b6dd.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.content-instagram.ts-6456bfa2-c46a89ff.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.content-tiktok.ts-cd3fdc73-e016d4aa.js"
            ],
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.folk.app\/*",
                "https:\/\/*\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "src\/iframe.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/extensionAPI-cdc3de6f.js",
                "assets\/content-gmail.ts-f638fae5.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "assets\/extensionAPI-cdc3de6f.js",
                "assets\/content-linkedin.ts-ddf51a7d.js",
                "assets\/content-sales-navigator.ts-e86d942b.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/extensionAPI-cdc3de6f.js",
                "assets\/content-twitter.ts-bc0d1f11.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "resources": [
                "assets\/extensionAPI-cdc3de6f.js",
                "assets\/content-instagram.ts-6456bfa2.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "resources": [
                "assets\/extensionAPI-cdc3de6f.js",
                "assets\/content-tiktok.ts-cd3fdc73.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/inject-6e86fc8e.js",
                "assets\/extensionAPI-cdc3de6f.js"
            ],
            "use_dynamic_url": false
        }
    ]
}