Zaplify
An extension to use together with zaplify.com.
Vad är Zaplify?
Zaplify är en Chrome-tillägg utvecklad av https://zaplify.com, och dess huvudfunktion är "An extension to use together with zaplify.com.".
Tilläggsskärmbilder
Ladda ner Zaplify-förlängningens CRX-fil
Ladda ner Zaplify-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
                        The Zaplify extension enhances your user experience as a Zaplify user by giving access to features outside of zaplify.com, through a chrome extension.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | nolanbablkmlhllilaloenjhaplnfhof | 
| Officiell webbadress | https://chromewebstore.google.com/detail/zaplify/nolanbablkmlhllilaloenjhaplnfhof | 
| Beskrivning | An extension to use together with zaplify.com. | 
| Filstorlek | 6.32 MB | 
| Antal Installationer | 1,648 | 
| Aktuell Version | 1.4.11 | 
| Senast Uppdaterad | 2024-01-03 | 
| Publiceringsdatum | 2021-10-14 | 
| Betyg | 5.00/5 Totalt 14 Betyg | 
| Utvecklare | https://zaplify.com | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://www.zaplify.com | 
| URL till Sekretesspolicy Sidan | https://app.zaplify.com/privacy-policy | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "48": "img\/logo_default_x2.png",
            "128": "img\/logo_default_x4.png"
        },
        "default_title": "Zaplify"
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/app.zaplify.com\/*",
                "*:\/\/*.app.zaplify.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/linkedin.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.lr-in.com https:\/\/apis.google.com; script-src-elem 'self' https:\/\/cdn.lr-in.com https:\/\/apis.google.com https:\/\/cdn.ingest-lr.com; object-src 'self'",
    "description": "An extension to use together with zaplify.com.",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.zaplify.com\/*"
        ]
    },
    "homepage_url": "https:\/\/www.zaplify.com\/",
    "icons": {
        "16": "img\/logo_default_x2.png",
        "48": "img\/logo_default_x2.png",
        "128": "img\/logo_default_x4.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAknk8RZUi1q\/HAhijnZ6yI+Ba4Xm3LaINcIgNdLD0YT2dYm6jNeZIemtyPI+Foc+LWopNIjxF9FWkZZ1PgBvr2ZYwR9ZoVNzKW3DsnkcL\/du\/3BRT08VYhMtNrrJ9ibVYBZPRPjqfEwHK1wjjkXprVbFuV\/s9hxUs6rtpt916E1FhHZc1i3vrBG7Bb\/73hlNjdF1t19geciNF9U+2\/SRJxGrmoxOy0+zSh+snL2\/pq\/+F\/wxsx+sHO2ofgkaXoj2ZzCtsqp4Mjb5792rpcJbXmTnZ\/tM0gfaLbmRazJmScCQL1lqkK2xcOU81eeEZoXKdtuMO6tfS8yXsu4VYhF2AzwIDAQAB",
    "manifest_version": 2,
    "name": "Zaplify",
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "activeTab",
        "webRequest",
        "clipboardRead",
        "clipboardWrite",
        "cookies",
        "*:\/\/*.zaplify.com\/*",
        "*:\/\/*.linkedin.com\/*"
    ],
    "version": "1.4.11"
}  |  |