SpyTheseTshirts
The description in manifest.json
SpyTheseTshirts란 무엇입니까?
SpyTheseTshirts은(는) spythesetshirts에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The description in manifest.json"입니다.
확장 프로그램 스크린샷
SpyTheseTshirts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With Facebook being the top traffic source of Tshirt marketers online, being able to spy on your Facebook marketing components is a huge advantage. With this extension you can easily watch your competitor's ads on Facebook promoting Tshirts from different Shirt-sites like Tesspring.com, sunfrogshirts.com or any other. It can discover any kind of post, including "dark posts", from any time-frame, in any niche. The user needs to choose the following: -Post type -Time Frame -Target -Keyword (Niche) And there you go - ALL your competitors' ads right in front of your eyes. From this point finding a successful campaign is a piece of cake :) This extension makes it EASY to earn money off Tshirt online marketing.
확장 프로그램 기본 정보
이름 | |
ID | gagdikhfpkllgbdpicglgkdnhabbjlcf |
공식 URL | https://chrome.google.com/webstore/detail/spythesetshirts/gagdikhfpkllgbdpicglgkdnhabbjlcf |
설명 | The description in manifest.json |
파일 크기 | 708 KB |
설치 횟수 | 18 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2015-11-12 |
출시 날짜 | 2015-11-12 |
평점 | 2.00/5 총 1 개의 평점 |
개발자 | spythesetshirts |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SpyTheseTshirts", "version": "1.0.3", "manifest_version": 2, "description": "The description in manifest.json", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_title": "SpyTheseTshirts", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "identity", "storage", "tabs", "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*" ], "oauth2": { "client_id": "993531803991363-gcke6du8e9bh2tuf8slf4q4ff8gg4ohb.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net https:\/\/graph.facebook.com; object-src 'self'" } |