Ifat Bakarat Pirsum
תוסף רייטינג של חברת יפעת
Ifat Bakarat Pirsum란 무엇입니까?
Ifat Bakarat Pirsum은(는) https://www.ifat.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "תוסף רייטינג של חברת יפעת"입니다.
확장 프로그램 스크린샷
Ifat Bakarat Pirsum 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
תוסף לדפדפן של חברת "יפעת בקרת פרסום", שנועד לתיעוד מודעות פרסום באתרים ושמירת נתוני רייטינג לגלישה ברשת. התוסף מיועד להתקנה לפאנל המשתמשים הנבחרים של החברה ומותקן בהסכמתם בלבד.
확장 프로그램 기본 정보
이름 | Ifat Bakarat Pirsum |
ID | hcicdlofgmjjiloeecipffiacpholmkb |
공식 URL | https://chromewebstore.google.com/detail/ifat-bakarat-pirsum/hcicdlofgmjjiloeecipffiacpholmkb |
설명 | תוסף רייטינג של חברת יפעת |
파일 크기 | 137 KB |
설치 횟수 | 2,038 |
현재 버전 | 1.77.8 |
최근 업데이트 | 2022-06-26 |
출시 날짜 | 2020-05-31 |
평점 | 4.00/5 총 10 개의 평점 |
개발자 | https://www.ifat.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.bakaratpirsum.co.il/misc/ExtensionPrivacy.pdf |
지원되는 언어 | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ifat Bakarat Pirsum", "version": "1.77.8", "manifest_version": 2, "description": "\u05ea\u05d5\u05e1\u05e3 \u05e8\u05d9\u05d9\u05d8\u05d9\u05e0\u05d2 \u05e9\u05dc \u05d7\u05d1\u05e8\u05ea \u05d9\u05e4\u05e2\u05ea", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "js\/jquery-3.1.1.js", "js\/fire_welcome_page.js", "js\/background.js" ], "persistent": true }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webNavigation", "webRequest", "storage", "https:\/\/panelads.ifat.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-3.1.1.js", "js\/extension.js" ], "run_at": "document_start", "all_frames": true } ] } |