Wikispy Ad Finder Spy Tool
Wikispy Ad Spy Tool helps you to collect intelligence on Ads Campaigns of your competitors.
Wikispy Ad Finder Spy Tool란 무엇입니까?
Wikispy Ad Finder Spy Tool은(는) https://wikispy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wikispy Ad Spy Tool helps you to collect intelligence on Ads Campaigns of your competitors."입니다.
확장 프로그램 스크린샷
Wikispy Ad Finder Spy Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Looking for the perfect free tool to spy on your competitors facebook ads ? Find inspiration for your next ad campaign ? Wikispy is the solution, an automatic facebook ad saver. It allows you to aggregate ads into a single list, tag your favorite ads, get back to your list anytime and filter your saved ads by keywords, engagement creation date and more. To collect quickly more ads, Wikispy extension allows you to auto scrape all sponsored ad in your facebook in on click. So all you need is to activate Wikispy Turbo Finder to aggregate and add more ads to your collected ads list.
확장 프로그램 기본 정보
이름 | Wikispy Ad Finder Spy Tool |
ID | nckbbjfepomllinhkmnnmhklpfiomahc |
공식 URL | https://chromewebstore.google.com/detail/wikispy-ad-finder-spy-too/nckbbjfepomllinhkmnnmhklpfiomahc |
설명 | Wikispy Ad Spy Tool helps you to collect intelligence on Ads Campaigns of your competitors. |
파일 크기 | 448 KB |
설치 횟수 | 1,236 |
현재 버전 | 0.3.1 |
최근 업데이트 | 2021-10-17 |
출시 날짜 | 2021-06-09 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | https://wikispy.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wikispy.com |
도움말 페이지 URL | https://wikispy.com/contact |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/infoadsprivacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wikispy Ad Finder Spy Tool", "version": "0.3.1", "description": "Wikispy Ad Spy Tool helps you to collect intelligence on Ads Campaigns of your competitors.", "default_locale": "en", "homepage_url": "http:\/\/wikispy.com", "permissions": [ "*:\/\/*.facebook.com\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/jquery\/jquery.min.js", "js\/database.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/", "https:\/\/*.facebook.com\/", "http:\/\/*.facebook.com\/?*", "https:\/\/*.facebook.com\/?*", "http:\/\/*.facebook.com\/home.php", "https:\/\/*.facebook.com\/home.php", "http:\/\/facebook.com\/", "https:\/\/facebook.com\/", "http:\/\/facebook.com\/?*", "https:\/\/facebook.com\/?*", "http:\/\/facebook.com\/home.php", "https:\/\/facebook.com\/home.php" ], "js": [ "js\/jquery\/jquery.min.js", "js\/moment.min.js", "js\/constants.js", "js\/fb_feed_parser_functions.js", "js\/fb_feed_perser.js" ], "run_at": "document_start", "all_frames": true, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" }, { "matches": [ "https:\/\/*.facebook.com\/*\/posts\/*", "https:\/\/*.facebook.com\/watch\/?v=*", "https:\/\/*.facebook.com\/permalink.php?story_fbid=*", "https:\/\/facebook.com\/*\/posts\/*", "https:\/\/facebook.com\/watch\/?v=*", "https:\/\/facebook.com\/permalink.php?story_fbid=*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/moment.min.js", "js\/constants.js", "js\/post_page_perser.js", "js\/fb_feed_perser.js" ], "run_at": "document_start", "all_frames": true, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" } ], "content_security_policy": "script-src 'self' ; object-src 'self'" } |