Accept All Connections

Accept All your Linkedin Connections with one button click!

Vad är Accept All Connections?

Accept All Connections är en Chrome-tillägg utvecklad av lessonryan, och dess huvudfunktion är "Accept All your Linkedin Connections with one button click!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Accept All Connections-förlängningens CRX-fil

Ladda ner Accept All Connections-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Accept all your Linkedin connections with one button click! No Longer will you have to go through every connection one by one to approve. Let's all expand our professional network!                    

Grundläggande Information om Tillägg

Namn Accept All Connections Accept All Connections
ID ecmedcpghailafalmpdkgblojgfaajgg
Officiell webbadress https://chromewebstore.google.com/detail/accept-all-connections/ecmedcpghailafalmpdkgblojgfaajgg
Beskrivning Accept All your Linkedin Connections with one button click!
Filstorlek 85.19 KB
Antal Installationer 95
Aktuell Version 1.0
Senast Uppdaterad 2020-12-10
Publiceringsdatum 2020-12-07
Utvecklare lessonryan
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://youtube.com/lessononcoding
Hjälpsida URL https://lessononcoding.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Accept All Connections",
    "author": "Ryan Lesson",
    "description": "Accept All your Linkedin Connections with one button click!",
    "version": "1.0",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "https:\/\/linkedin.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "32": "images\/icons\/loc-32.png",
            "128": "images\/icons\/loc-128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "images\/icons\/loc-32.png",
        "128": "images\/icons\/loc-128.png"
    }
}