Unicat - LinkedIn GIF comment picker

Add GIF to your LinkedIn comments. In 1 click.

什麼是Unicat - LinkedIn GIF comment picker?

Unicat - LinkedIn GIF comment picker是由https://waalaxy.com開發的Chrome擴展程式,該擴展的主要功能是“Add GIF to your LinkedIn comments. In 1 click.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Unicat - LinkedIn GIF comment picker擴展crx文件

下載Unicat - LinkedIn GIF comment picker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Use GIF for LinkedIn in comments and posts. 

We hope you had a Waaa! effect when you realized that our extension allows you to add gifs in comments on LinkedIn.

Are you tired of not being able to put a gif in a LinkedIn comment or in a post? This is now possible with our free extension.

✅ How to post a gif on LinkedIn ?

1. Install the extension
2. Go to your LinkedIn feed
3. Choose your favorite GIF it is automatically posted

[FAQ] Where can I add a **linkedin gif** ?

You can add GIF to LinkedIn comments and subcomments 


Now we're counting on you to see gifs on LinkedIn everywhere with a Waaa-Ouh effect! 😜                    

擴展基本資訊

名稱 Unicat - LinkedIn GIF comment picker Unicat - LinkedIn GIF comment picker
ID mdklkilghglpihondfmedeefgfnpecbb
官方網址 https://chromewebstore.google.com/detail/unicat-linkedin-gif-comme/mdklkilghglpihondfmedeefgfnpecbb
簡介 Add GIF to your LinkedIn comments. In 1 click.
檔案大小 6.42 MB
安裝次數 2,302
目前版本 1.0.2
更新時間 2022-11-10
上架時間 2022-01-12
評分 2.78/5 共 9 次評分
開發者 https://waalaxy.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.waalaxy.com/use-of-data
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unicat - LinkedIn GIF comment picker",
    "short_name": "Unicaat",
    "description": "Add GIF to your LinkedIn comments. In 1 click.",
    "version": "1.0.2",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content_script\/interceptor.js",
                "assets\/tutorial.gif"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo_unicat_16px.png",
        "32": "logo_unicat_32px.png",
        "48": "logo_unicat_48px.png",
        "128": "logo_unicat_128px.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "logo_unicat_128px.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                ".\/assets\/css\/custom.css",
                ".\/react-app\/build\/static\/css\/main.css"
            ],
            "js": [
                ".\/node_modules\/jquery\/dist\/jquery.min.js",
                ".\/react-app\/build\/static\/js\/main.js",
                ".\/content_script\/getCSRFToken.js",
                ".\/content_script\/injectInterceptor.js",
                ".\/content_script\/htmlElements.js",
                ".\/content_script\/chooseGIF.js",
                ".\/content_script\/contentScript.js",
                ".\/content_script\/pickerIcon.js",
                ".\/content_script\/linkedInAPI.js",
                ".\/content_script\/modal.js",
                ".\/content_script\/toastAndLoader.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": ".\/background.js"
    }
}