Business Socialiser

Find contacts easly from searches

Wat is Business Socialiser?

Business Socialiser is een Chrome-extensie ontwikkeld door Rupert's Tools, en de belangrijkste functie is "Find contacts easly from searches".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Business Socialiser

Download Business Socialiser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Find contacts easily from searches                    

Basisinformatie over de Extensie

Naam Business Socialiser Business Socialiser
ID jlfpdegpjobhmbfdplmfnnmaocfbdbdj
Officiële URL https://chrome.google.com/webstore/detail/business-socialiser/jlfpdegpjobhmbfdplmfnnmaocfbdbdj
Beschrijving Find contacts easly from searches
Bestandsgrootte 110 KB
Aantal Installaties 100
Huidige Versie 1.8.5
Laatst Bijgewerkt 2019-12-23
Publicatiedatum 2019-12-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Rupert's Tools
Betalingswijze free
URL van de Privacybeleid Pagina https://www.rupertsamuel.com/pages/privacy-policy
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Business Socialiser",
    "version": "1.8.5",
    "description": "Find contacts easly from searches",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/eumetric.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js",
            "licencing.js",
            "jquery-3.3.1.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/3.png"
        }
    },
    "icons": {
        "128": "images\/3.png"
    },
    "manifest_version": 2
}