Soci Boom Inviter
Soci Boom Inviter likes into fan page.
Soci Boom Inviter란 무엇입니까?
Soci Boom Inviter은(는) https://sociboom.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Soci Boom Inviter likes into fan page."입니다.
확장 프로그램 스크린샷
Soci Boom Inviter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SociBoom Fan Inviter ti permetterà di invitare gli Utenti che mettono Like ai Tuoi Post a mettere Like anche sulla Fan Page! NO SPAM, potrai invitare solamente chi ha già interagito con i Post della tua Fan Page!
확장 프로그램 기본 정보
이름 | Soci Boom Inviter |
ID | ijkkjogleknagmhancangebfkcjecpph |
공식 URL | https://chromewebstore.google.com/detail/soci-boom-inviter/ijkkjogleknagmhancangebfkcjecpph |
설명 | Soci Boom Inviter likes into fan page. |
파일 크기 | 66.27 KB |
설치 횟수 | 18 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2019-02-15 |
출시 날짜 | 2019-02-15 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://sociboom.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.sociboom.net |
도움말 페이지 URL | https://supporto.sociboom.net |
지원되는 언어 | it |
manifest.json | |
{ "name": "Soci Boom Inviter", "description": "Soci Boom Inviter likes into fan page.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Soci Boom Inviter" }, "permissions": [ "tabs", "notifications", "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "plugins\/jquery.min.js", "plugins\/rx.lite.min.js", "scripts\/contents.js" ] } ], "background": { "scripts": [ "scripts\/background.js" ] }, "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "version": "1.0.3" } |