Bookmark
Get All Sanmina Application By Plant And Projects
Hvad er Bookmark?
Bookmark er en Chrome-udvidelse udviklet af gdl1.share, og dens hovedfunktion er "Get All Sanmina Application By Plant And Projects".
Udvidelsesskærmbilleder
Download Bookmark-udvidelses-CRX-fil
Download Bookmark-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Bookmark Sanmina Applications by Ing. Alexis Suarez Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ecnmfnpgmifnphmkpjmndehapddeogck |
| Officiel URL | https://chrome.google.com/webstore/detail/bookmark/ecnmfnpgmifnphmkpjmndehapddeogck |
| Beskrivelse | Get All Sanmina Application By Plant And Projects |
| Filstørrelse | 4.98 MB |
| Antal Installationer | 1,000 |
| Nuværende Version | 2.2 |
| Senest Opdateret | 2019-10-07 |
| Udgivelsesdato | 2019-10-07 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | gdl1.share |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bookmark",
"version": "2.2",
"description": "Get All Sanmina Application By Plant And Projects",
"permissions": [
"tabs",
"activeTab",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "index.html",
"default_icon": {
"32": "img\/icon32.png",
"64": "img\/icon64.png",
"128": "img\/icon128.png"
}
},
"web_accessible_resources": [
"img\/icon64.png"
],
"icons": {
"32": "img\/icon32.png",
"64": "img\/icon64.png",
"128": "img\/icon128.png"
},
"manifest_version": 2
} | |