Creatio

Creatio extension

Vad är Creatio?

Creatio är en Chrome-tillägg utvecklad av Creatio, och dess huvudfunktion är "Creatio extension".

Tilläggsskärmbilder

screenshot

Ladda ner Creatio-förlängningens CRX-fil

Ladda ner Creatio-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

                        This extension allows to find information about the company by website in Creatio CRM and add Account record for companies that are not added to the CRM yet.                    

Grundläggande Information om Tillägg

Namn Creatio Creatio
ID lhmpiflkejljhgoldpijndadkfcglcgf
Officiell webbadress https://chromewebstore.google.com/detail/creatio/lhmpiflkejljhgoldpijndadkfcglcgf
Beskrivning Creatio extension
Filstorlek 245 KB
Antal Installationer 37
Aktuell Version 0.2.1
Senast Uppdaterad 2021-11-06
Publiceringsdatum 2021-11-05
Utvecklare Creatio
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.creatio.com/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Creatio",
    "action": {
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png"
    },
    "manifest_version": 3,
    "version": "0.2.1",
    "description": "Creatio extension",
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.creatio.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}