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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add GIF to your LinkedIn comments. In 1 click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unicat - LinkedIn GIF comment picker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}