Yad2 copy link - יד2 העתקת כתובת מודעה
copy ad link to clipboard
What is Yad2 copy link - יד2 העתקת כתובת מודעה?
Yad2 copy link - יד2 העתקת כתובת מודעה is a Chrome extension developed by sie.shahar, and its main feature is "copy ad link to clipboard".
Extension Screenshots
Download Yad2 copy link - יד2 העתקת כתובת מודעה Extension CRX File
Download Yad2 copy link - יד2 העתקת כתובת מודעה extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
נותן אפשרות להעתיק קישור ישיר למודעת באתר יד 2. open an option to copy single ad link. בנתיים ניתן להעתיק מודעות נדל"ן, יד2 ורכב. לפי הביקוש אפתחלחלקים נוספים. ניתן לבקש חלקים נוספים בתגובה או במייל.
Extension Basic Information
Name | Yad2 copy link - יד2 העתקת כתובת מודעה |
ID | iidgmdoficgbjjjhfnimfgdmkekkcllo |
Official URL | https://chromewebstore.google.com/detail/yad2-copy-link-%D7%99%D7%932-%D7%94%D7%A2%D7%AA%D7%A7%D7%AA/iidgmdoficgbjjjhfnimfgdmkekkcllo |
Description | copy ad link to clipboard |
File Size | 61.8 KB |
Installation Count | 142 |
Current Version | 2.0 |
Last Updated | 2018-10-06 |
Publish Date | 2018-10-06 |
Rating | 4.00/5 Total 2 Ratings |
Developer | sie.shahar |
[email protected] | |
Payment Type | free |
Supported Languages | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yad2 copy link - \u05d9\u05d32 \u05d4\u05e2\u05ea\u05e7\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05de\u05d5\u05d3\u05e2\u05d4", "description": "copy ad link to clipboard", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.yad2.co.il\/*" ], "css": [ "myStyles.css" ], "js": [ "jquery-2.2.4.min.js" ] }, { "matches": [ "http:\/\/www.yad2.co.il\/Nadlan\/*" ], "js": [ "nadlan.js" ] }, { "matches": [ "http:\/\/www.yad2.co.il\/Yad2\/*" ], "js": [ "yad2.js" ] }, { "matches": [ "http:\/\/www.yad2.co.il\/Cars\/*" ], "js": [ "cars.js" ] } ], "permissions": [ "storage", "notifications" ] } |