Sumo
The free tool to grow your business.
Sumo란 무엇입니까?
Sumo은(는) noah에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The free tool to grow your business."입니다.
확장 프로그램 스크린샷
Sumo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | Sumo |
ID | dlgipkaoljiajmolhibpngjppeckkjjp |
공식 URL | https://chromewebstore.google.com/detail/sumo/dlgipkaoljiajmolhibpngjppeckkjjp |
설명 | The free tool to grow your business. |
파일 크기 | 115 KB |
설치 횟수 | 7,433 |
현재 버전 | 1.6.9 |
최근 업데이트 | 2019-12-04 |
출시 날짜 | 2019-12-03 |
평점 | 4.70/5 총 23 개의 평점 |
개발자 | noah |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } |