SmallWorld

A browser extension that automatically syncs your LinkedIn Connections with SmallWorld.

SmallWorld क्या है?

SmallWorld chrome-web-store द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension that automatically syncs your LinkedIn Connections with SmallWorld."।

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

screenshot

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

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

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

                        When you install the SmallWorld Chrome Extension, you'll be asked to log in using your existing SmallWorld.ai credentials. After logging in, you'll be redirected to a page where we sync your Connections from LinkedIn to SmallWorld. This process usually takes just a couple minutes for the first sync to complete, and if you leave the extension installed, we’ll continue to sync new contacts and job changes on a regular basis. Additionally, our Web Extension is compatible with several browsers other than Chrome, such as Microsoft Edge, Opera, Brave, and more.                    

एक्सटेंशन की मूल जानकारी

नाम SmallWorld SmallWorld
ID pkdinajgjbmbbaabpkddlccaojgfjgcl
आधिकारिक URL https://chromewebstore.google.com/detail/smallworld/pkdinajgjbmbbaabpkddlccaojgfjgcl
विवरण A browser extension that automatically syncs your LinkedIn Connections with SmallWorld.
फ़ाइल का आकार 7.1 MB
स्थापना संख्या 116
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2023-10-20
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर chrome-web-store
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.smallworld.ai
सहायता पृष्ठ URL https://www.smallworld.ai/contact
गोपनीयता नीति पृष्ठ URL https://app.smallworld.ai/terms
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmallWorld",
    "version": "0.1.2",
    "description": "A browser extension that automatically syncs your LinkedIn Connections with SmallWorld.",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.5254d8d4.png",
        "32": "icon32.64bf24ef.png",
        "48": "icon48.000b7fe3.png",
        "128": "icon128.b88d2cce.png"
    },
    "action": [],
    "permissions": [
        "storage",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/*.smallworld.ai\/*"
    ],
    "background": {
        "service_worker": "service-worker.fda0793e.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "linkedin.runtime.a7e5ab5a.js",
                "linkedin.b8a6043f.js"
            ],
            "css": [
                "linkedin.215e7701.css"
            ]
        }
    ],
    "commands": {
        "toggle-overlay": {
            "description": "Toggle the Overlay",
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            }
        },
        "reset-state": {
            "description": "Reset Your Data",
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            }
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "resources": [
                "logo.e3b52da2.png",
                "bg-blue-with-icon.9e783f39.png"
            ]
        }
    ]
}