Sumo
The free tool to grow your business.
O que é Sumo?
Sumo é uma extensão do Chrome desenvolvida por noah, e sua principal característica é "The free tool to grow your business.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sumo
Baixe arquivos de extensão Sumo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This is the Sumo.com chrome extension to make your life easier. This is a great plugin for checking your Sumo pop ups and marketing options!
Informações Básicas da Extensão
Nome | Sumo |
ID | dlgipkaoljiajmolhibpngjppeckkjjp |
URL Oficial | https://chromewebstore.google.com/detail/sumo/dlgipkaoljiajmolhibpngjppeckkjjp |
Descrição | The free tool to grow your business. |
Tamanho do Arquivo | 115 KB |
Contagem de Instalações | 7,433 |
Versão Atual | 1.6.9 |
Última Atualização | 2019-12-04 |
Data de Publicação | 2019-12-03 |
Classificação | 4.70/5 Total de 23 Avaliações |
Desenvolvedor | noah |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.6.9", "author": "Sumo.com", "short_name": "Sumo", "name": "Sumo", "description": "The free tool to grow your business.", "permissions": [ "tabs", "activeTab", "webRequest", "webRequestBlocking", "storage", "*:\/\/*\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "img\/icon-19-gray.png", "38": "img\/icon-38-gray.png" }, "default_title": "Sumo" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "libs\/jquery-1.11.3.min.js", "js\/content.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.sumome.com\/*" ], "js": [ "js\/isInstalled.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.sumo.com\/*" ], "js": [ "js\/isInstalled.js" ], "run_at": "document_end" } ], "homepage_url": "http:\/\/sumo.com\/", "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "19": "img\/icon-19.png", "38": "img\/icon-38.png", "48": "img\/icon-48.png", "75": "img\/icon-75.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/**", "css\/**", "js\/**", "fonts\/**", "libs\/**" ], "options_ui": { "chrome_style": true, "page": "options.html" }, "commands": { "badge-action": { "suggested_key": { "windows": "Ctrl+Shift+M", "mac": "Command+Shift+M", "chromeos": "Ctrl+Shift+M", "linux": "Ctrl+Shift+M" }, "description": "Badge Action" } }, "incognito": "split" } |