All In One - Live Edit
Extension pour facilité la gestion de votre site géré par All In One
Vad är All In One - Live Edit?
All In One - Live Edit är en Chrome-tillägg utvecklad av iomedia, och dess huvudfunktion är "Extension pour facilité la gestion de votre site géré par All In One".
Tilläggsskärmbilder
Ladda ner All In One - Live Edit-förlängningens CRX-fil
Ladda ner All In One - Live Edit-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
Extension pour faciliter la gestion de votre site géré par le gestionnaire de contenus (CMS) All In One développé par la société iomedia (www.iomedia.ch). Cette extension autorise la fonctionnalité de "Live Edit" au sein du navigateur Chrome. Lorsqu'on navigue sur un site internet dont le contenu est géré par le CMS All In One, on peut directement cliquer sur une zone de contenu afin de l'éditer. L'extension permet les fonctionnalités suivantes: - Login direct au CMS - Accès direct à l'édition des contenus sur le site du client
Grundläggande Information om Tillägg
Namn | |
ID | lifmiijijehecnpdoiifihjkgknabokg |
Officiell webbadress | https://chromewebstore.google.com/detail/all-in-one-live-edit/lifmiijijehecnpdoiifihjkgknabokg |
Beskrivning | Extension pour facilité la gestion de votre site géré par All In One |
Filstorlek | 380 KB |
Antal Installationer | 40 |
Aktuell Version | 1.0.6 |
Senast Uppdaterad | 2020-02-27 |
Publiceringsdatum | 2020-02-25 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | iomedia |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | http://www.iomedia.ch |
Stödda Språk | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "All In One - Live Edit", "description": "Extension pour facilit\u00e9 la gestion de votre site g\u00e9r\u00e9 par All In One", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "1.0.6", "icons": { "16": "images\/logoaio16.png", "48": "images\/logoaio48.png", "128": "images\/logoaio128.png" }, "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "browser_action": { "default_icon": "images\/logoaio.png", "default_popup": "index.html" } } |