craigsfind
Search craigslist and other search engines directly from your New Tab! Search. Buy. Sell. Rent. Live.
craigsfind란 무엇입니까?
craigsfind은(는) Conducive Search에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search craigslist and other search engines directly from your New Tab! Search. Buy. Sell. Rent. Live."입니다.
확장 프로그램 스크린샷
craigsfind 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click “Add To Chrome” above to easily search on craigslist or other search engines! To use the extension, simply open a new tab in your Chrome browser. craigsfind allows you to easily browse your local craigslist or search the trusted search engine of your choice! craigsfind does not share, or track user information other than location. Please read carefully: By installing this application, you agree to the Conducive Search Terms and Privacy Policy, respectively located at http://www.conducivesearch.com/terms-of-use.html and http://www.conducivesearch.com/privacy-policy.html ABOUT PERMISSIONS This application communicates with adMarketplace’s servers to deliver its functionality. You can uninstall this application at any time by following the below instructions: 1) Open a new tab in your Chrome browser 2) Type in chrome://extensions/ in the omnibox and press enter. 3) From the list of installed Extensions, find the name of the extension you wish to uninstall and click “Remove.” 4) Close and reopen your Chrome Browser- the extension should now be removed. Have a question or experience an issue? For help and feedback please contact us at [email protected]
확장 프로그램 기본 정보
이름 | craigsfind |
ID | bfhbhchdldndebeihhlajeomhckjlfmk |
공식 URL | https://chromewebstore.google.com/detail/craigsfind/bfhbhchdldndebeihhlajeomhckjlfmk |
설명 | Search craigslist and other search engines directly from your New Tab! Search. Buy. Sell. Rent. Live. |
파일 크기 | 129 KB |
설치 횟수 | 118 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-01-23 |
출시 날짜 | 2020-01-22 |
개발자 | Conducive Search |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.conducivecorp.com/craigsfind/ |
개인정보 보호 정책 페이지 URL | http://www.conducivesearch.com/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.1", "description": "__MSG_appDesc__", "default_locale": "en", "author": "Conducive Corp", "browser_action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_title": "craigsfind" }, "background": { "page": ".\/html\/background.html", "persistent": false }, "chrome_url_overrides": { "newtab": ".\/html\/newTab.html" }, "permissions": [ "*:\/\/*.ampfeed.com\/*", "background", "management", "storage", "tabs" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |