Adsova - Ads Intelligence Tool
Bring your paid advertising to the next level! AdSova add-on allows you to browse countless ads with just a few clicks.
Adsova - Ads Intelligence Tool란 무엇입니까?
Adsova - Ads Intelligence Tool은(는) adsovaplugin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring your paid advertising to the next level! AdSova add-on allows you to browse countless ads with just a few clicks."입니다.
확장 프로그램 스크린샷
Adsova - Ads Intelligence Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bring your paid advertising to the next level! AdSova add-on allows you to browse countless ads with just a few clicks. Furthermore, once you download the add-on you become part of the bigger AdSova project! AdSova project let's you participate in the ever expanding world of digital advertisement. What we'll need from you to provide you all these goodies is your permission to capture anonymized click stream data. Data such as your ad browsing history on popular social networking and other websites. What will you get in return? Tons of analytic data like popularity, demographics, click and much more.
확장 프로그램 기본 정보
이름 | Adsova - Ads Intelligence Tool |
ID | faljbhihhbjbdiaekdmmnkbfodnkknpg |
공식 URL | https://chromewebstore.google.com/detail/adsova-ads-intelligence-t/faljbhihhbjbdiaekdmmnkbfodnkknpg |
설명 | Bring your paid advertising to the next level! AdSova add-on allows you to browse countless ads with just a few clicks. |
파일 크기 | 330 KB |
설치 횟수 | 249 |
현재 버전 | 1.2.4.1 |
최근 업데이트 | 2018-06-25 |
출시 날짜 | 2018-06-25 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | adsovaplugin |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://adsova.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Adsova - Ads Intelligence Tool", "description": "Bring your paid advertising to the next level! AdSova add-on allows you to browse countless ads with just a few clicks.", "version": "1.2.4.1", "icons": { "16": "Icon-16.png", "48": "Icon-48.png", "64": "Icon-64.png" }, "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*", "storage", "webRequest", "webNavigation" ], "web_accessible_resources": [ "jquery.js" ], "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/", "https:\/\/*.facebook.com\/" ], "js": [ "jquery.js", "geodata_services.js", "settings.live.js", "fb_feed_parser_functions.js", "fb_feed_parser.js", "main.js" ], "css": [ "fb_feed_parser.css" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": "logo.png", "default_title": "Adsova - Ads Intelligence Tool", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.js", "settings.live.js", "background.js" ], "persistent": true } } |